This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch test-doc
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/test-doc by this push:
new 388c95e82dd test 120
388c95e82dd is described below
commit 388c95e82ddf5e4e19eb7fe3ab2cfb077d13e335
Author: Weijie Guo <[email protected]>
AuthorDate: Fri Aug 2 15:58:14 2024 +0800
test 120
---
.github/workflows/docs.yml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index ab927b3dc07..09a981c96b2 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -36,12 +36,9 @@ jobs:
run: |
currentBranch=$(git branch --show-current)
- echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
+ echo "flink_branch=release-1.20" >> ${GITHUB_ENV}
- if [ "${currentBranch}" = "master" ]; then
- echo "flink_alias=release-1.20" >> ${GITHUB_ENV}
- elif [ "${currentBranch}" = "release-1.19" ]; then
- echo "flink_alias=stable" >> ${GITHUB_ENV}
+ echo "flink_alias=release-1.20" >> ${GITHUB_ENV}
fi
- name: Build documentation
run: |