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 f0bc9e0 commit fedcf1bCopy full SHA for fedcf1b
.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 warning --log Yubico.YubiKey/docs/log.txt --warningsAsErrors
+ docfx Yubico.YubiKey/src/docfx.json --logLevel warning --log Yubico.YubiKey/docs/docfx-log.txt
95
96
# Upload documentation
97
- name: "Save build artifacts: Docs"
0 commit comments