diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 326d448..eba833d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,7 @@ jobs: # TODO remove the --dryrun - name: Upload to S3 - run: aws s3 cp --dryrun --recursive “./dist/storybook" "${{ secrets.AWS_WEB_BUCKET }}/${{ env.WEB_PATH }}" + run: aws s3 cp --dryrun --recursive "./dist/storybook" "${{ secrets.AWS_WEB_BUCKET }}/${{ env.WEB_PATH }}" # Note: the default cache policy is 1 day, I think that's OK for now. # In the future if traffic increases we can increase the expiration # as much as we want.