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

yuzelin pushed a commit to branch build-1.3.2
in repository https://gitbox.apache.org/repos/asf/paimon-website.git

commit cf6f8452051cd1ead82f66a48175acdf0b0c23e8
Author: yuzelin <[email protected]>
AuthorDate: Mon May 18 14:15:08 2026 +0800

    hotfix: build 1.3
---
 .github/workflows/build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 84d07b162..f1ee82078 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@
 name: "Build website and document"
 
 env:
-  versions: ("master" "1.4") # defines what versions of document should be 
updated
+  versions: ("master" "1.3" "1.4") # defines what versions of document should 
be updated
   latest_version: "1.4" # defines what version docs/latest links to
   base_href: "https://paimon.apache.org/"; # website base href
 
@@ -61,6 +61,7 @@ jobs:
 
       - name: Create asf-site branch
         run: |
+          git fetch origin master:master
           git checkout master
           git branch -D asf-site
           git checkout --orphan asf-site

Reply via email to