Skip to content

Commit

Permalink
Run metadata stage in addition to build (#5277)
Browse files Browse the repository at this point in the history
`build` does not run the api doc generation step. The default command
does both.
  • Loading branch information
jackgerrits authored Jan 31, 2025
1 parent b2800d7 commit 902238f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- run: dotnet tool update -g docfx
- run: |
mkdir -p ./build/dotnet/dev/
docfx build docfx.json --output ./build/dotnet/dev/
docfx docfx.json --output ./build/dotnet/dev/
working-directory: ./docs/dotnet
- name: insert clarity snippet to *.html
working-directory: ./docs/dotnet/build/dotnet/dev/
Expand Down

0 comments on commit 902238f

Please sign in to comment.