From 0b1bfacf2ccfe4636e9c19d2e22f5e527f3147ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Thu, 10 Dec 2020 18:39:13 +0100 Subject: [PATCH] Purge deleted files from S3 bucket (#12947) --- .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 5c25c6b771cc9..48ffd1a7a369b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -354,7 +354,7 @@ jobs: if: > github.ref == 'refs/heads/master' && github.repository == 'apache/airflow' && github.event_name == 'push' - run: aws s3 sync ./files/documentation s3://apache-airflow-docs + run: aws s3 sync --delete ./files/documentation s3://apache-airflow-docs prepare-backport-provider-packages: timeout-minutes: 30