Skip to content

Commit 2463f92

Browse files
committed
fix: update DocFX version specification to allow minor updates
1 parent b3075aa commit 2463f92

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
@@ -89,7 +89,7 @@ jobs:
8989
# Build the documentation
9090
- name: Build docs
9191
run: |
92-
dotnet tool install --global docfx --version 2.78.2
92+
dotnet tool install --global docfx --version "2.*"
9393
docfx Yubico.YubiKey/src/docfx.json --logLevel warning --log Yubico.YubiKey/docs/docfx.log
9494
9595
# Upload documentation

0 commit comments

Comments
 (0)