We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001286c commit 46a669bCopy full SHA for 46a669b
1 file changed
.github/workflows/docs.yml
@@ -76,9 +76,7 @@ jobs:
76
- name: Install Intility.DotnetApiDocs
77
env:
78
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79
- run: dotnet tool install -g Intility.DotnetApiDocs
80
- --version 0.1.5
81
- --source https://nuget.pkg.github.com/Intility/index.json
+ run: dotnet tool install -g Intility.DotnetApiDocs --version 0.1.5
82
83
- name: Generate API reference
84
run: dotnet-api-docs --input JsonApiToolkit/bin/docs --output docs/api --strict
0 commit comments