Skip to content

Commit

Permalink
fix: Fix html doc location
Browse files Browse the repository at this point in the history
  • Loading branch information
lgooch committed Feb 13, 2024
1 parent 247499f commit 306e79d
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 ./index.html s3://${{ secrets.S3_BUCKET }} --delete

0 comments on commit 306e79d

Please sign in to comment.