We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a46157 commit 9727a22Copy full SHA for 9727a22
.github/workflows/ci.yml
@@ -59,11 +59,11 @@ jobs:
59
fi
60
- run: npm install && npm run build
61
if: env.DESTINATION_DIR
62
- - name: deploy
+ - name: deploy # Uses an archived, 5yo github action; we should find another
63
64
- uses: jakejarvis/s3-sync-action@be0c4ab89158cac4278689ebedd8407dd5f35a83
+ uses: jakejarvis/s3-sync-action@7ed8b112447abb09f1da74f3466e4194fc7a6311
65
with:
66
- args: --follow-symlinks
+ args: --follow-symlinks --delete
67
env:
68
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
69
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
0 commit comments