Skip to content

Commit

Permalink
Purge deleted files from S3 bucket (apache#12947)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj authored Dec 10, 2020
1 parent c43f87e commit 0b1bfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b1bfac

Please sign in to comment.