This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch test-doc in repository https://gitbox.apache.org/repos/asf/flink.git
commit c52c5dd251adc888ca6eda441e6db73ba3a9169e Author: Weijie Guo <[email protected]> AuthorDate: Fri Aug 2 11:38:08 2024 +0800 new sh --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 21c31e88c6c..3f60d411885 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: fi - name: Build documentation run: | - docker run --rm --volume "$PWD:/root/flink" chesnay/flink-ci:java_8_11_17_21_maven_386 bash -c "cd /root/flink && ./.github/workflows/docs.sh" + docker run --rm --volume "$PWD:/root/flink" chesnay/flink-ci:java_8_11_17_21_maven_386 bash -c "cd /root/flink && ./.github/workflows/docs-new.sh" - name: Upload documentation uses: burnett01/[email protected] with:
