Skip to content

Commit 46a669b

Browse files
ci: drop source for DotnetApiDocs
1 parent 001286c commit 46a669b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ jobs:
7676
- name: Install Intility.DotnetApiDocs
7777
env:
7878
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
79+
run: dotnet tool install -g Intility.DotnetApiDocs --version 0.1.5
8280

8381
- name: Generate API reference
8482
run: dotnet-api-docs --input JsonApiToolkit/bin/docs --output docs/api --strict

0 commit comments

Comments
 (0)