We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaf67d commit 87b27daCopy full SHA for 87b27da
.github/workflows/docs.yml
@@ -57,10 +57,12 @@ jobs:
57
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
58
with:
59
dotnet-version: 6.0.405
60
- - uses: nikeee/docfx-action@b9c2cf92e3b4aa06878a1410833a8828b4bdcd26 #1.0.0
61
- name: Build Documentation
62
- with:
63
- args: apidocs/docfx.json
+
+ - name: Build Api Docs
+ run: |
+ dotnet tool install -g docfx
64
+ docfx apidocs/docfx.json
65
66
- name: Configure AWS credentials
67
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
68
0 commit comments