Skip to content

Commit c665b1f

Browse files
committed
Warnings as errors when building docs
1 parent 37c020a commit c665b1f

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
@@ -20,7 +20,7 @@ jobs:
2020
run: dotnet tool update -g docfx
2121

2222
- name: Build Documentation
23-
run: docfx docfx.json
23+
run: docfx --warningsAsErrors docfx.json
2424
working-directory: ./docs
2525

2626
- name: Upload Site Artifact

0 commit comments

Comments
 (0)