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

commit 2401faab38a753618fee76ea5d36a054dc4f86fe
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: |

Reply via email to