Skip to content

Commit

Permalink
fix: Update s3 sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
lgooch committed Feb 13, 2024
1 parent 306e79d commit b233fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
aws-region: eu-west-2

- name: Deploy to S3 bucket
run: aws s3 sync ./index.html s3://${{ secrets.S3_BUCKET }} --delete
run: aws s3 sync . s3://${{ secrets.S3_BUCKET }} --delete --include "*.html"

0 comments on commit b233fa3

Please sign in to comment.