Skip to content

Commit 5954c6e

Browse files
Merge pull request #29 from jisundr/fix-build-storybook-deploy-github-action
Update `Install and Build Storybook 🔧` commands
2 parents 29a3ca9 + 1e6b186 commit 5954c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-storybook-deploy-to-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install and Build Storybook 🔧
2525
run: |
2626
yarn
27-
yarn build
27+
yarn build-storybook
2828
2929
- name: Deploy Storybook to GH Pages 🚀
3030
uses: JamesIves/github-pages-deploy-action@4.1.7

0 commit comments

Comments
 (0)