We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2800d7 commit 902238fCopy full SHA for 902238f
.github/workflows/docs.yml
@@ -199,7 +199,7 @@ jobs:
199
- run: dotnet tool update -g docfx
200
- run: |
201
mkdir -p ./build/dotnet/dev/
202
- docfx build docfx.json --output ./build/dotnet/dev/
+ docfx docfx.json --output ./build/dotnet/dev/
203
working-directory: ./docs/dotnet
204
- name: insert clarity snippet to *.html
205
working-directory: ./docs/dotnet/build/dotnet/dev/
0 commit comments