Skip to content

Commit 26dfd73

Browse files
committed
Fix command in action
1 parent 193d72e commit 26dfd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
3131
with:
3232
install_command: npm ci # default: npm ci
33-
build_command: npm run build-storybook # default: npm run build-storybook
33+
build_command: npm run storybook:build # default: npm run build-storybook
3434
path: storybook-static # default: dist/storybook
3535
checkout: false # default: true

0 commit comments

Comments
 (0)