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

ruanhang1993 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new f78c57f0e [hotfix][cdc][docs] Build 3.3 docs and mark it as stable 
(#3882)
f78c57f0e is described below

commit f78c57f0ec6b598543a31a855e8915c8c4886a0d
Author: gongzhongqiang <gongzhongqi...@apache.org>
AuthorDate: Thu Jan 23 15:00:44 2025 +0800

    [hotfix][cdc][docs] Build 3.3 docs and mark it as stable (#3882)
---
 .github/workflows/build_docs.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml
index d68eb4209..85784d84f 100644
--- a/.github/workflows/build_docs.yml
+++ b/.github/workflows/build_docs.yml
@@ -54,8 +54,8 @@ jobs:
       matrix:
         branch:
           - master
+          - release-3.3
           - release-3.2
-          - release-3.1
 
     steps:
       - uses: actions/checkout@v3
@@ -69,8 +69,8 @@ jobs:
           echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
           
           if [ "${currentBranch}" = "master" ]; then
-          echo "flink_alias=release-3.3" >> ${GITHUB_ENV}
-          elif [ "${currentBranch}" = "release-3.2" ]; then
+          echo "flink_alias=release-3.4" >> ${GITHUB_ENV}
+          elif [ "${currentBranch}" = "release-3.3" ]; then
           echo "flink_alias=stable" >> ${GITHUB_ENV}
           fi
 

Reply via email to