This is an automated email from the ASF dual-hosted git repository.

lincoln pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.19 by this push:
     new a6a4667202a [FLINK-34716][release] Build 1.19 docs in GitHub Action 
and mark 1.19 as stable in docs
a6a4667202a is described below

commit a6a4667202a0f89fe63ff4f2e476c0200ec66e63
Author: lincoln lee <[email protected]>
AuthorDate: Mon Mar 18 18:41:00 2024 +0800

    [FLINK-34716][release] Build 1.19 docs in GitHub Action and mark 1.19 as 
stable in docs
    
    This closes #24518
---
 .github/workflows/docs.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index a945fdd640e..eb966addd6d 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -28,9 +28,9 @@ jobs:
       matrix:
         branch:
           - master
+          - release-1.19
           - release-1.18
           - release-1.17
-          - release-1.16
     steps:
       - uses: actions/checkout@v3
         with:
@@ -42,8 +42,8 @@ jobs:
           echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
 
           if [ "${currentBranch}" = "master" ]; then
-            echo "flink_alias=release-1.19" >> ${GITHUB_ENV}
-          elif [ "${currentBranch}" = "release-1.18" ]; then
+            echo "flink_alias=release-1.20" >> ${GITHUB_ENV}
+          elif [ "${currentBranch}" = "release-1.19" ]; then
             echo "flink_alias=stable" >> ${GITHUB_ENV}
           fi
       - name: Build documentation

Reply via email to