We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4da8c commit a15d2f7Copy full SHA for a15d2f7
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
dotnet tool install --global docfx --version 2.78.2
93
docfx --version
94
- docfx Yubico.YubiKey/src/docfx.json --logLevel error --log Yubico.YubiKey/docs/log.txt
+ docfx Yubico.YubiKey/src/docfx.json --logLevel warning --log Yubico.YubiKey/docs/log.txt --warningsAsErrors
95
96
# Upload documentation
97
- name: "Save build artifacts: Docs"
0 commit comments