Skip to content

Commit 458726e

Browse files
authored
Update publish-storybook.yml
updating storybook
1 parent 3be7038 commit 458726e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-storybook.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
with:
1616
node-version: 12
1717
- name: Build & Deploy Storybook to GitHub pages
18-
run: npm run deploy-storybook
18+
run: |
19+
npm install
20+
npm run deploy-storybook
1921
env:
2022
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2123
- run: |

0 commit comments

Comments
 (0)