Skip to content

Commit

Permalink
correct bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Nov 25, 2023
1 parent f6279ab commit c14a7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/homepage_source_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ cd dist

ls

aws s3 cp --dryrun . $AWS_S3_BUCKET_NAME \
aws s3 cp --dryrun . s3://$AWS_S3_BUCKET_NAME \
--recursive

0 comments on commit c14a7f6

Please sign in to comment.