Skip to content

Commit

Permalink
uploading api after gernate
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Mar 4, 2021
1 parent 61e4de7 commit cc55d3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: nikeee/docfx-action@v1.0.0
with:
args: metadata --logLevel Warning --warningsAsErrors doc/docfx.json
- name: debug_upload api
uses: actions/upload-artifact@v1
if: always()
with:
name: ApiDocs
path: docs/api
- name: Compile Docs
uses: nikeee/docfx-action@v1.0.0
with:
Expand Down

0 comments on commit cc55d3b

Please sign in to comment.