This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new b2ac11f0 [FLINK-29955] Upgrade hugo version to v0.104.0
b2ac11f0 is described below

commit b2ac11f0a233a805c29417b4b8b403dce3300cc1
Author: yangjf2019 <54518670+yangjf2...@users.noreply.github.com>
AuthorDate: Fri Nov 11 17:10:32 2022 +0800

    [FLINK-29955] Upgrade hugo version to v0.104.0
---
 .github/workflows/docs.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.sh b/.github/workflows/docs.sh
index 7ee71be9..7c1f350a 100755
--- a/.github/workflows/docs.sh
+++ b/.github/workflows/docs.sh
@@ -21,8 +21,8 @@ set -e
 export JAVA_HOME=$JAVA_HOME_11_X64
 
 # setup hugo
-HUGO_REPO=https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_extended_0.80.0_Linux-64bit.tar.gz
-HUGO_ARTIFACT=hugo_extended_0.80.0_Linux-64bit.tar.gz
+HUGO_REPO=https://github.com/gohugoio/hugo/releases/download/v0.104.0/hugo_extended_0.104.0_Linux-64bit.tar.gz
+HUGO_ARTIFACT=hugo_extended_0.104.0_Linux-64bit.tar.gz
 if ! curl --fail -OL $HUGO_REPO ; then
        echo "Failed to download Hugo binary"
        exit 1

Reply via email to