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 00c9f3edba8 Fix hugo version
00c9f3edba8 is described below

commit 00c9f3edba823cc826edf4513f7f992fa84f3857
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Sep 13 15:56:16 2024 +0800

    Fix hugo version
---
 .github/workflows/build_and_deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_and_deploy.yml 
b/.github/workflows/build_and_deploy.yml
index 8a29e26bd5f..88b4727827c 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: 'latest'
+          hugo-version: '0.127.0'
           extended: true
       - name: Build
         env:
@@ -59,7 +59,7 @@ jobs:
       - name: Setup Hugo
         uses: peaceiris/actions-hugo@v2
         with:
-          hugo-version: 'latest'
+          hugo-version: '0.127.0'
           extended: true
       - name: Build
         env:

Reply via email to