This is an automated email from the ASF dual-hosted git repository.
renqs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new a9fa484aa9b [FLINK-31567][release] Build 1.17 docs in GitHub Action
and mark 1.17 as stable in docs (#22247)
a9fa484aa9b is described below
commit a9fa484aa9bee012c9b49816a75625baf6be72f2
Author: Qingsheng Ren <[email protected]>
AuthorDate: Thu Mar 23 15:05:45 2023 +0800
[FLINK-31567][release] Build 1.17 docs in GitHub Action and mark 1.17 as
stable in docs (#22247)
---
.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 0cf9857bb69..47c0372b236 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -28,9 +28,9 @@ jobs:
matrix:
branch:
- master
+ - release-1.17
- release-1.16
- release-1.15
- - release-1.14
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.17" >> ${GITHUB_ENV}
- elif [ "${currentBranch}" = "release-1.16" ]; then
+ echo "flink_alias=release-1.18" >> ${GITHUB_ENV}
+ elif [ "${currentBranch}" = "release-1.17" ]; then
echo "flink_alias=stable" >> ${GITHUB_ENV}
fi
- name: Build documentation