Skip to content

Commit f3ea1d3

Browse files
committed
chore: modify s3 cp source directory
1 parent 46fa309 commit f3ea1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy-storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3232
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3333
S3_BUCKET: ${{ secrets.S3_BUCKET }}
34-
run: aws s3 cp ./example s3://$S3_BUCKET --acl public-read --recursive --region ap-northeast-2
34+
run: aws s3 cp ./storybook-static s3://$S3_BUCKET --acl public-read --recursive --region ap-northeast-2

0 commit comments

Comments
 (0)