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 853bf58e360 fixup! test 120
853bf58e360 is described below
commit 853bf58e360bb4f014337a655e58dd947c305ae8
Author: Weijie Guo <[email protected]>
AuthorDate: Fri Aug 2 16:02:23 2024 +0800
fixup! test 120
---
.github/workflows/docs.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 09a981c96b2..f455e1828c4 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -39,7 +39,6 @@ jobs:
echo "flink_branch=release-1.20" >> ${GITHUB_ENV}
echo "flink_alias=release-1.20" >> ${GITHUB_ENV}
- 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-new.sh"