Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit fd4e72b

Browse files
fixing incorrect storybook build command
1 parent cb37beb commit fd4e72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install npm dependencies
2323
run: yarn --immutable
2424
- name: Run build script
25-
run: yarn build:storybook
25+
run: yarn build-storybook
2626
- name: Deploy to `storybook-static` directory of `gh-pages` branch
2727
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935
2828
with:

0 commit comments

Comments
 (0)