Skip to content

Commit 8ee552a

Browse files
authored
[FLINK-34716][release] Build 1.19 docs in GitHub Action and mark 1.19 as stable in docs
This closes apache#24551
1 parent 23c2fd0 commit 8ee552a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- release-1.19
3232
- release-1.18
3333
- release-1.17
34-
- release-1.16
3534
steps:
3635
- uses: actions/checkout@v3
3736
with:
@@ -43,8 +42,8 @@ jobs:
4342
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
4443
4544
if [ "${currentBranch}" = "master" ]; then
46-
echo "flink_alias=release-1.19" >> ${GITHUB_ENV}
47-
elif [ "${currentBranch}" = "release-1.18" ]; then
45+
echo "flink_alias=release-1.20" >> ${GITHUB_ENV}
46+
elif [ "${currentBranch}" = "release-1.19" ]; then
4847
echo "flink_alias=stable" >> ${GITHUB_ENV}
4948
fi
5049
- name: Build documentation

0 commit comments

Comments
 (0)