diff --git a/.github/workflows/storybook_cd.yml b/.github/workflows/storybook_cd.yml index d2db970..98f61a3 100644 --- a/.github/workflows/storybook_cd.yml +++ b/.github/workflows/storybook_cd.yml @@ -47,4 +47,4 @@ jobs: fi - name: Upload Storybook static sources - run: gcloud stroage cp --recursive storybook-static ${{ env.DEST_BUCKET }} \ No newline at end of file + run: gcloud storage cp --recursive storybook-static ${{ env.DEST_BUCKET }} \ No newline at end of file