Skip to content

Commit

Permalink
fix: Fix the s3 command
Browse files Browse the repository at this point in the history
  • Loading branch information
lgooch committed Feb 13, 2024
1 parent b233fa3 commit 993cc4f
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 . s3://${{ secrets.S3_BUCKET }} --delete --include "*.html"
run: aws s3 cp index.html s3://${{ secrets.S3_BUCKET }}

0 comments on commit 993cc4f

Please sign in to comment.