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 <[email protected]> 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
