From 5c49be3e0a22e366918d21a7a40ccfc5a8d454a2 Mon Sep 17 00:00:00 2001 From: Qingsheng Ren Date: Fri, 17 May 2024 12:19:26 +0800 Subject: [PATCH] [FLINK-35386][cdc][docs] Build release-3.1 documentation and mark it as stable --- .github/workflows/build_docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 4925e028f62..4db39ea3dce 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -55,6 +55,7 @@ jobs: branch: - master - release-3.0 + - release-3.1 steps: - uses: actions/checkout@v3 @@ -69,7 +70,7 @@ jobs: if [ "${currentBranch}" = "master" ]; then echo "flink_alias=release-3.2" >> ${GITHUB_ENV} - elif [ "${currentBranch}" = "release-3.0" ]; then + elif [ "${currentBranch}" = "release-3.1" ]; then echo "flink_alias=stable" >> ${GITHUB_ENV} fi