This is an automated email from the ASF dual-hosted git repository.
czweng 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 d32a29d532 Add 0.6 to document
d32a29d532 is described below
commit d32a29d53218c7a652ecfe3cdaf57891805ff66e
Author: tsreaper <[email protected]>
AuthorDate: Fri Mar 8 11:54:08 2024 +0800
Add 0.6 to document
---
.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 1cbe577182..0cf360d46c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@
name: "Build website and document"
env:
- versions: ("master" "0.7") # defines what versions of document should be
updated
+ versions: ("master" "0.7" "0.6") # defines what versions of document should
be updated
latest_version: "0.7" # defines what version docs/latest links to
on: