Skip to content

Commit 4a73a2e

Browse files
author
Bart Koelman
committed
Fixed broken documentation website
1 parent 20308b0 commit 4a73a2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ for:
4242
# https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
4343
git checkout $env:APPVEYOR_REPO_BRANCH -q
4444
}
45-
choco install docfx -y
45+
46+
# Pinning to previous version, because v2.57 (released 3h ago) breaks our site.
47+
choco install docfx -y --version 2.56.7
4648
after_build:
4749
- pwsh: |
4850
CD ./docs

0 commit comments

Comments
 (0)