Skip to content

Commit 8c98fb2

Browse files
authored
fix: correct storybook deploy (jquense#2145)
1 parent e5721ef commit 8c98fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
- name: Install and Build 🔧
1919
run: | # Install npm packages and build the Storybook files
20-
npm ci
21-
npm run build-storybook
20+
yarn install --frozen-lockfile
21+
yarn build-storybook
2222
2323
- name: Deploy 🚀
2424
# https://github.com/JamesIves/github-pages-deploy-action

0 commit comments

Comments
 (0)