Skip to content

Commit

Permalink
Update publish-storybook.yml
Browse files Browse the repository at this point in the history
updating storybook
  • Loading branch information
orrgottlieb authored Oct 11, 2020
1 parent 3be7038 commit 458726e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
node-version: 12
- name: Build & Deploy Storybook to GitHub pages
run: npm run deploy-storybook
run: |
npm install
npm run deploy-storybook
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: |
Expand Down

0 comments on commit 458726e

Please sign in to comment.