diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f7a6100..93fea131 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: path: './public' - uses: jakejarvis/s3-sync-action@master with: - args: --acl public-read + args: --acl public-read --delete --follow-symlinks env: SOURCE_DIR: './public' AWS_REGION: 'us-east-1'