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 a288262e7b1c5ebadad15611a66806ae576d2dcd Author: yuzelin <[email protected]> AuthorDate: Mon May 18 14:15:08 2026 +0800 hotfix: build 1.3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84d07b162..bfdf3b04c 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
