Skip to content

Commit 0227675

Browse files
committed
ci: remove log file specification from DocFX build command
1 parent 2463f92 commit 0227675

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
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build docs
9191
run: |
9292
dotnet tool install --global docfx --version "2.*"
93-
docfx Yubico.YubiKey/src/docfx.json --logLevel warning --log Yubico.YubiKey/docs/docfx.log
93+
docfx Yubico.YubiKey/src/docfx.json --logLevel warning
9494
9595
# Upload documentation
9696
- name: "Save build artifacts: Docs"

0 commit comments

Comments
 (0)