Skip to content

Commit fedcf1b

Browse files
committed
fix: update DocFX log file path in build workflow
1 parent f0bc9e0 commit fedcf1b

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 warning --log Yubico.YubiKey/docs/log.txt --warningsAsErrors
94+
docfx Yubico.YubiKey/src/docfx.json --logLevel warning --log Yubico.YubiKey/docs/docfx-log.txt
9595
9696
# Upload documentation
9797
- name: "Save build artifacts: Docs"

0 commit comments

Comments
 (0)