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

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


The following commit(s) were added to refs/heads/master by this push:
     new b1c31ae  Update deploy workflow (#157)
b1c31ae is described below

commit b1c31aedbee263d44cff88a4d83059c059a95f32
Author: Bowen Liang <[email protected]>
AuthorDate: Sun Oct 27 10:52:48 2024 +0800

    Update deploy workflow (#157)
---
 .github/workflows/asf-site.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/asf-site.yml b/.github/workflows/asf-site.yml
index 5d23496..cb1957a 100644
--- a/.github/workflows/asf-site.yml
+++ b/.github/workflows/asf-site.yml
@@ -7,18 +7,18 @@ on:
 
 jobs:
   deploy:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-24.04
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: Setup Hugo
-        uses: peaceiris/actions-hugo@v2
+        uses: peaceiris/actions-hugo@v3
         with:
-          hugo-version: 0.110.0
+          hugo-version: 0.136.4
           extended: true
       - name: Build
         run: hugo --minify
       - name: Deploy
-        uses: peaceiris/actions-gh-pages@v3
+        uses: peaceiris/actions-gh-pages@v4
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: asf-site

Reply via email to