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

ash pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 83d702c  Fixes failing docs upload on master (#15148)
83d702c is described below

commit 83d702c345f8f4ce16d32268f4f83ee508fea676
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Apr 2 19:25:58 2021 +0200

    Fixes failing docs upload on master (#15148)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3f90b43..5b7b0bb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -507,7 +507,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         if: >
           github.ref == 'refs/heads/master' && github.repository == 
'apache/airflow' &&
           github.event_name == 'push'
-        run: aws s3 sync --delete ./files/documentation 
s3://apache-airflow-docs
+        run: aws s3 sync --delete ./docs/_build s3://apache-airflow-docs
 
   prepare-provider-packages:
     timeout-minutes: 40

Reply via email to