This is an automated email from the ASF dual-hosted git repository.
yuzelin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 74790bf8a0 Update to 0.7
74790bf8a0 is described below
commit 74790bf8a084f019d8c5efaa54d308752669e1a2
Author: yuzelin <[email protected]>
AuthorDate: Tue Feb 6 11:21:49 2024 +0800
Update to 0.7
---
.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 f3ea49fbbe..c1b028818c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,8 @@
name: "Build website and document"
env:
- versions: ("master" "0.6") # defines what versions of document should be
updated
- latest_version: "0.6" # defines what version docs/latest links to
+ versions: ("master" "0.7") # defines what versions of document should be
updated
+ latest_version: "0.7" # defines what version docs/latest links to
on:
workflow_dispatch: