Skip to content

Commit

Permalink
[FLINK-34716][release] Build 1.19 docs in GitHub Action and mark 1.19…
Browse files Browse the repository at this point in the history
… as stable in docs

This closes apache#24551
  • Loading branch information
lincoln-lil authored Mar 21, 2024
1 parent 23c2fd0 commit 8ee552a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- release-1.19
- release-1.18
- release-1.17
- release-1.16
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -43,8 +42,8 @@ jobs:
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
if [ "${currentBranch}" = "master" ]; then
echo "flink_alias=release-1.19" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-1.18" ]; then
echo "flink_alias=release-1.20" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-1.19" ]; then
echo "flink_alias=stable" >> ${GITHUB_ENV}
fi
- name: Build documentation
Expand Down

0 comments on commit 8ee552a

Please sign in to comment.