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
The following commit(s) were added to refs/heads/test-doc by this push:
new bb427888e8f new sh
bb427888e8f is described below
commit bb427888e8f3be60984345365c2632e345ef17ed
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: