Skip to content

Commit 98dce2f

Browse files
committed
[FLINK-38945][docs] Bump Hugo to v0.124.1 to fix ref resolution for connector docs
(cherry picked from commit 280e889)
1 parent 4758c35 commit 98dce2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/setup_hugo.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ OS="Linux"
2525

2626
# Setup Hugo based on OS
2727
if [ "$OS" = "Mac" ]; then
28-
HUGO_ARTIFACT="hugo_extended_0.110.0_darwin-universal.tar.gz"
28+
HUGO_ARTIFACT="hugo_extended_0.124.1_darwin-universal.tar.gz"
2929
else
30-
HUGO_ARTIFACT="hugo_extended_0.110.0_Linux-64bit.tar.gz"
30+
HUGO_ARTIFACT="hugo_extended_0.124.1_Linux-64bit.tar.gz"
3131
fi
3232

33-
HUGO_REPO="https://github.com/gohugoio/hugo/releases/download/v0.110.0/${HUGO_ARTIFACT}"
33+
HUGO_REPO="https://github.com/gohugoio/hugo/releases/download/v0.124.1/${HUGO_ARTIFACT}"
3434
if ! curl --fail -OL $HUGO_REPO ; then
3535
echo "Failed to download Hugo binary"
3636
exit 1

0 commit comments

Comments
 (0)