Skip to content

Commit

Permalink
should only build assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
switch180 committed Nov 22, 2023
1 parent f018554 commit 98726a5
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 @@ -38,7 +38,7 @@ jobs:
- name: Build Assets
run: python3 ./.github/scripts/build-assets.py
- name: S3Sync
run: aws s3 sync public s3://$STEP_S3_BUCKET --delete
run: aws s3 sync public/assets/ s3://assets/$STEP_S3_BUCKET --delete
- name: SetS3Acl
run: aws s3api put-object-acl --grant-read uri=http://acs.amazonaws.com/groups/global/AllUsers --bucket $STEP_S3_BUCKET --key assets/lab.yaml
- name: SetS3Acl
Expand Down

0 comments on commit 98726a5

Please sign in to comment.