Skip to content

Commit a15d2f7

Browse files
committed
fix: update DocFX logging level to warning and treat warnings as errors
1 parent da4da8c commit a15d2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
dotnet tool install --global docfx --version 2.78.2
9393
docfx --version
94-
docfx Yubico.YubiKey/src/docfx.json --logLevel error --log Yubico.YubiKey/docs/log.txt
94+
docfx Yubico.YubiKey/src/docfx.json --logLevel warning --log Yubico.YubiKey/docs/log.txt --warningsAsErrors
9595
9696
# Upload documentation
9797
- name: "Save build artifacts: Docs"

0 commit comments

Comments
 (0)