This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new f4aee2a644b [FLINK-35961][release] Build 1.20 docs in GitHub Action
and mark 1.20 as stable in docs
f4aee2a644b is described below
commit f4aee2a644bfafe733e31a9b67fcc4fdc2022772
Author: Weijie Guo <[email protected]>
AuthorDate: Thu Aug 1 16:39:14 2024 +0800
[FLINK-35961][release] Build 1.20 docs in GitHub Action and mark 1.20 as
stable in docs
---
.github/workflows/docs.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 6c3369b4b19..ea77aa66489 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -31,7 +31,6 @@ jobs:
- release-1.20
- release-1.19
- release-1.18
- - release-1.17
steps:
- uses: actions/checkout@v3
with:
@@ -43,8 +42,8 @@ jobs:
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
if [ "${currentBranch}" = "master" ]; then
- echo "flink_alias=release-1.20" >> ${GITHUB_ENV}
- elif [ "${currentBranch}" = "release-1.19" ]; then
+ echo "flink_alias=release-2.0" >> ${GITHUB_ENV}
+ elif [ "${currentBranch}" = "release-1.20" ]; then
echo "flink_alias=stable" >> ${GITHUB_ENV}
fi
- name: Build documentation