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

chesnay pushed a commit to branch experiment_gha_docs
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/experiment_gha_docs by this 
push:
     new eaddbe3  +
eaddbe3 is described below

commit eaddbe3d452271dd75344d32b751e702c82068b4
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Mar 15 13:50:39 2022 +0100

    +
---
 .github/workflows/docs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 5c8d3cf..480090e 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -2,7 +2,7 @@ on:
   push:
     branches: [experiment_gha_docs]
 jobs:
-  upload_to_nightlies:
+  build-documentation:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@master
@@ -11,7 +11,7 @@ jobs:
           docker build -t docs docs/docker
       - name: Build documentation
         run: |
-          docker run  --rm --volume "$PWD:/root/flink" -it docs bash -c "cd 
/root/flink && ./docs/ci.sh"
+          docker run  --rm --volume "$PWD:/root/flink" docs bash -c "cd 
/root/flink && ./docs/ci.sh"
       - name: Upload documentation
         run: |
           echo "success"
\ No newline at end of file

Reply via email to