You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/04/02 17:26:15 UTC

[airflow] branch master updated: Fixes failing docs upload on master (#15148)

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 <ja...@potiuk.com>
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