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 85c0fd551 feat: update build to 1.2
85c0fd551 is described below
commit 85c0fd55182d60d346159cd2d9d3b5fc0057097c
Author: JingsongLi <[email protected]>
AuthorDate: Thu Jun 19 16:10:34 2025 +0800
feat: update build to 1.2
---
.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 f66538a84..28981a6c0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,8 @@
name: "Build website and document"
env:
- versions: ("master" "1.1") # defines what versions of document should be
updated
- latest_version: "1.1" # defines what version docs/latest links to
+ versions: ("master" "1.2") # defines what versions of document should be
updated
+ latest_version: "1.2" # defines what version docs/latest links to
base_href: "https://paimon.apache.org/" # website base href
on: