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 6dc18e68a9 Revert "Add 0.6 to document"
6dc18e68a9 is described below
commit 6dc18e68a9f2906d459c0c39fddcf1e9ad254925
Author: tsreaper <[email protected]>
AuthorDate: Fri Mar 8 12:33:27 2024 +0800
Revert "Add 0.6 to document"
This reverts commit d32a29d53218c7a652ecfe3cdaf57891805ff66e.
---
.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 0cf360d46c..1cbe577182 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" "0.6") # defines what versions of document should
be updated
+ versions: ("master" "0.7") # defines what versions of document should be
updated
latest_version: "0.7" # defines what version docs/latest links to
on: