We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5bbf3 commit 54e5e15Copy full SHA for 54e5e15
.github/workflows/deploy-storybook.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
33
- name: Build Storybook
34
- run: npm run build-storybook
+ run: npm run build:storybook
35
- name: Upload artifact
36
uses: actions/upload-pages-artifact@v3
37
with:
0 commit comments