From 37f30b5ee9e56724490bc44567ed7a2ace6cd443 Mon Sep 17 00:00:00 2001 From: Takuma Kira <50410641+TakumaKira@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:27:36 +0900 Subject: [PATCH] [fix]: Fix file permission --- .github/workflows/deploy-storybook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index 3929857..de378a2 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -34,6 +34,7 @@ jobs: - name: Deploy to S3 run: | + chmod -R 777 /storybook-static aws s3 sync storybook-static s3://${{ vars.AWS_S3_BUCKET }} --delete --debug - name: Invalidate CloudFront