Skip to content

Commit 3dbcba4

Browse files
committed
fix: docfx dotnet/docfx#3389
1 parent 582d088 commit 3dbcba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
if [ ! -f ./docfx/docfx.exe ]; then
55
echo "Installing docfx"
6-
curl -sL https://github.com/dotnet/docfx/releases/download/v2.37/docfx.zip -o docfx.zip
6+
curl -sL https://github.com/dotnet/docfx/releases/download/v2.40.12/docfx.zip -o docfx.zip
77
unzip -oq docfx.zip -d docfx
88
fi
99

0 commit comments

Comments
 (0)