Skip to content

Commit

Permalink
fix: correct storybook deploy (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl committed Mar 15, 2022
1 parent e5721ef commit 8c98fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Install and Build 🔧
run: | # Install npm packages and build the Storybook files
npm ci
npm run build-storybook
yarn install --frozen-lockfile
yarn build-storybook
- name: Deploy 🚀
# https://github.com/JamesIves/github-pages-deploy-action
Expand Down

0 comments on commit 8c98fb2

Please sign in to comment.