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 bc59a915da Add build to 1.0
bc59a915da is described below

commit bc59a915da7fab38fcefd852da48df4196b52f7e
Author: JingsongLi <[email protected]>
AuthorDate: Fri Jan 3 18:07:02 2025 +0800

    Add build to 1.0
---
 .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 5725687ac3..5688f0db9e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,8 @@
 name: "Build website and document"
 
 env:
-  versions: ("master" "0.9") # defines what versions of document should be 
updated
-  latest_version: "0.9" # defines what version docs/latest links to
+  versions: ("master" "1.0") # defines what versions of document should be 
updated
+  latest_version: "1.0" # defines what version docs/latest links to
   base_href: "https://paimon.apache.org/"; # website base href
 
 on:

Reply via email to