Skip to content

Commit

Permalink
[FLINK-31567][release] Build 1.17 docs in GitHub Action and mark 1.17…
Browse files Browse the repository at this point in the history
… as stable in docs (apache#22247)
  • Loading branch information
PatrickRen authored Mar 23, 2023
1 parent 1009196 commit a9fa484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a9fa484

Please sign in to comment.