This is an automated email from the ASF dual-hosted git repository.

chesnay 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 d5b24795d54 [hotfix][docs][ci] Fix typo
d5b24795d54 is described below

commit d5b24795d54c9b3a550e5c7b0957631778dfaf6f
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Nov 1 16:49:19 2023 +0100

    [hotfix][docs][ci] Fix typo
---
 .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 ff59e8cd4f4..17d927a0eec 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -48,7 +48,7 @@ jobs:
           fi
       - name: Build documentation
         run: |
-          docker run -user 1001 --rm --volume "$PWD:/root/flink" 
chesnay/flink-ci:java_8_11_17_maven_386_v2 bash -c "cd /root/flink && 
./.github/workflows/docs.sh"
+          docker run --user 1001 --rm --volume "$PWD:/root/flink" 
chesnay/flink-ci:java_8_11_17_maven_386_v2 bash -c "cd /root/flink && 
./.github/workflows/docs.sh"
       - name: Upload documentation
         uses: burnett01/rsync-deployments@5.2
         with:

Reply via email to