We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b01b4 commit e593b7eCopy full SHA for e593b7e
.github/workflows/docs-build-test.yml
@@ -15,6 +15,6 @@ jobs:
15
uses: actions/setup-dotnet@v4
16
with:
17
dotnet-version: 9.x
18
+ - run: dotnet tool update -g docfx
19
- name: Test build docs
- run: dotnet tool update -g docfx
20
run: docfx docs/docfx.json --dryRun
0 commit comments