You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/04/05 21:48:06 UTC

[airflow] 07/16: Fixes failing docs upload on master (#15148)

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

potiuk pushed a commit to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 30e5584d1d03d5a828a5f1e841b8c85817d4a059
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Apr 2 19:25:58 2021 +0200

    Fixes failing docs upload on master (#15148)
    
    (cherry picked from commit 83d702c345f8f4ce16d32268f4f83ee508fea676)
---
 .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 49fb2e7..d96eeb5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -500,7 +500,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