We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193d72e commit 26dfd73Copy full SHA for 26dfd73
.github/workflows/deploy-github-pages.yml
@@ -30,6 +30,6 @@ jobs:
30
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
31
with:
32
install_command: npm ci # default: npm ci
33
- build_command: npm run build-storybook # default: npm run build-storybook
+ build_command: npm run storybook:build # default: npm run build-storybook
34
path: storybook-static # default: dist/storybook
35
checkout: false # default: true
0 commit comments