This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new caa341a0 feat: add 1.4 verison build
caa341a0 is described below
commit caa341a0ac3c2c446363542fcb48b8e5d582b76b
Author: JingsongLi <[email protected]>
AuthorDate: Thu Apr 9 15:23:02 2026 +0800
feat: add 1.4 verison build
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0b22beb8..84d07b16 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,8 @@
name: "Build website and document"
env:
- versions: ("master" "1.3") # defines what versions of document should be
updated
- latest_version: "1.3" # defines what version docs/latest links to
+ versions: ("master" "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
on: