This is an automated email from the ASF dual-hosted git repository. guoweijie 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 836fd99dcbd [FLINK-37035][release] Build doc for release-2.0 branch 836fd99dcbd is described below commit 836fd99dcbd81aa0a655d83febece7f754358e9b Author: Weijie Guo <res...@163.com> AuthorDate: Tue Jan 21 14:21:26 2025 +0800 [FLINK-37035][release] Build doc for release-2.0 branch --- .github/workflows/docs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d8b089f269d..c04da66ddb1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,12 +28,9 @@ jobs: matrix: branch: - master - # Since release-2.0-preview doesn't have specific branch, use rc branch as workaround. - # This should be replaced to release-2.0 once it was released. - - release-2.0-preview1-rc1 + - release-2.0 - release-1.20 - release-1.19 - - release-1.18 steps: - uses: actions/checkout@v3 with: