Skip to content

Commit

Permalink
[FLINK-35961][release] Build 1.20 docs in GitHub Action and mark 1.20…
Browse files Browse the repository at this point in the history
… as stable in docs
  • Loading branch information
reswqa committed Aug 5, 2024
1 parent 41b68c2 commit f4aee2a
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.20
- release-1.19
- release-1.18
- release-1.17
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.20" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-1.19" ]; then
echo "flink_alias=release-2.0" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-1.20" ]; then
echo "flink_alias=stable" >> ${GITHUB_ENV}
fi
- name: Build documentation
Expand Down

0 comments on commit f4aee2a

Please sign in to comment.