Skip to content

Commit 3365084

Browse files
committed
Correct the S3 deployment source path to the Docusaurus website build directory
1 parent f11ef8d commit 3365084

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 ./packages/website/build s3://${{ env.S3_BUCKET }} --delete
7979
8080
# - name: Invalidate CloudFront
8181
# if: env.CLOUDFRONT_ID

0 commit comments

Comments
 (0)