Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #103 from emulsify-ds/compound-101-storybook-deplo…
Browse files Browse the repository at this point in the history
…y-issue

fix(101): storybook deploy error - 2
  • Loading branch information
mcortes19 authored Nov 2, 2023
2 parents 424e58c + 7eee509 commit 91618f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-component-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build storybook
run: storybook:build
run: npm run storybook:build
- name: Deploy storybook
run: npm run storybook:deploy -- --source-branch main --ci
env:
Expand Down

0 comments on commit 91618f7

Please sign in to comment.