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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ef5a3eece7a Update hugo version
ef5a3eece7a is described below

commit ef5a3eece7a80bb609beecc5a11a3ecf84e6ddb1
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Sep 13 15:41:02 2024 +0800

    Update hugo version
---
 .github/workflows/build_and_deploy.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_and_deploy.yml 
b/.github/workflows/build_and_deploy.yml
index 0d98847e93f..8a29e26bd5f 100644
--- a/.github/workflows/build_and_deploy.yml
+++ b/.github/workflows/build_and_deploy.yml
@@ -24,7 +24,7 @@ jobs:
       - name: Setup Hugo
         uses: peaceiris/actions-hugo@v2
         with:
-          hugo-version: '0.122.0'
+          hugo-version: 'latest'
           extended: true
       - name: Build
         env:
@@ -59,7 +59,7 @@ jobs:
       - name: Setup Hugo
         uses: peaceiris/actions-hugo@v2
         with:
-          hugo-version: '0.122.0'
+          hugo-version: 'latest'
           extended: true
       - name: Build
         env:
@@ -84,4 +84,4 @@ jobs:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: cn-site
           publish_dir: ./static
-          keep_files: true
\ No newline at end of file
+          keep_files: true

Reply via email to