Skip to content

Commit 902238f

Browse files
authored
Run metadata stage in addition to build (#5277)
`build` does not run the api doc generation step. The default command does both.
1 parent b2800d7 commit 902238f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- run: dotnet tool update -g docfx
200200
- run: |
201201
mkdir -p ./build/dotnet/dev/
202-
docfx build docfx.json --output ./build/dotnet/dev/
202+
docfx docfx.json --output ./build/dotnet/dev/
203203
working-directory: ./docs/dotnet
204204
- name: insert clarity snippet to *.html
205205
working-directory: ./docs/dotnet/build/dotnet/dev/

0 commit comments

Comments
 (0)