This is an automated email from the ASF dual-hosted git repository.
leonard 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 aaa2a48e3 [hotfix][cdc][docs] Build 3.4 docs and mark it as stable
aaa2a48e3 is described below
commit aaa2a48e3be8d8bbd12f240433ec76de41693729
Author: Kunni <[email protected]>
AuthorDate: Mon May 19 12:11:05 2025 +0800
[hotfix][cdc][docs] Build 3.4 docs and mark it as stable
This closes #4019.
---
.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 85784d84f..d70f20b21 100644
--- a/.github/workflows/build_docs.yml
+++ b/.github/workflows/build_docs.yml
@@ -54,8 +54,8 @@ jobs:
matrix:
branch:
- master
+ - release-3.4
- release-3.3
- - release-3.2
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.4" >> ${GITHUB_ENV}
- elif [ "${currentBranch}" = "release-3.3" ]; then
+ echo "flink_alias=release-3.5" >> ${GITHUB_ENV}
+ elif [ "${currentBranch}" = "release-3.4" ]; then
echo "flink_alias=stable" >> ${GITHUB_ENV}
fi