From 2c7f11eee730921ee2e3946273a3718f29555d4e Mon Sep 17 00:00:00 2001 From: Takuma Kira Date: Tue, 3 Dec 2024 00:15:25 +0900 Subject: [PATCH] [dev]: Fix S3 path --- .github/workflows/deploy-storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index c40bb3a..c6f57ab 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -35,7 +35,7 @@ jobs: - name: Deploy to S3 run: | - aws s3 sync storybook-static s3://${{ vars.AWS_S3_BUCKET }}/${{ vars.AWS_S3_STORYBOOK_OBJECT_KEY }} --delete + aws s3 sync storybook-static s3://${{ vars.AWS_S3_BUCKET }} --delete # - name: Invalidate CloudFront (if using CloudFront) # if: github.ref == 'refs/heads/main' # only on main branch in case this action is set to run on other branches