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/incubator-paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new b0bd99eb Add build release-0.4
b0bd99eb is described below
commit b0bd99eb02ab7d7cd00e5c8579ddfbb8269de9f5
Author: JingsongLi <[email protected]>
AuthorDate: Thu May 4 15:52:28 2023 +0800
Add build release-0.4
---
.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 79f6fe7b..502bd5e6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,8 @@
name: "Build website and document"
env:
- versions: ("master") # defines what versions of document should be updated
- latest_version: "0.3" # defines what version docs/latest links to
+ versions: ("master" "0.4") # defines what versions of document should be
updated
+ latest_version: "0.4" # defines what version docs/latest links to
on:
workflow_dispatch: