Skip to content

Commit

Permalink
Try 4 - Fixes #1745 - Github action to generate API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Sep 16, 2022
1 parent bfab6f0 commit de4fd2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:

- name: DocFX Build
working-directory: docfx
run: del ../docs /F /S
run: docfx docfx.json
# https://stackoverflow.com/questions/56726429/how-to-run-multiple-commands-in-one-github-actions-docker
run: |
del ../docs /F /S
docfx docfx.json
continue-on-error: false

- name: Publish
Expand Down

0 comments on commit de4fd2b

Please sign in to comment.