Skip to content

Commit f11ef8d

Browse files
committed
Correct the S3 sync command's output directory path
1 parent afdc547 commit f11ef8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Deploy to S3 Bucket
7676
if: env.S3_BUCKET
7777
run: |
78-
aws s3 sync out s3://${{ env.S3_BUCKET }} --delete
78+
aws s3 sync ./out s3://${{ env.S3_BUCKET }} --delete
7979
8080
# - name: Invalidate CloudFront
8181
# if: env.CLOUDFRONT_ID

0 commit comments

Comments
 (0)