diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 11818ff..afd27d4 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -14,7 +14,6 @@ jobs: - name: Install and Build 🔧 run: | # Install npm packages and build the Storybook files npm install - npm run build npm run build-storybook - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@3.6.2