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 #102 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
  • Loading branch information
mcortes19 authored Nov 2, 2023
2 parents 9e409c3 + 6d321ad commit 130de8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-component-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
node-version: '16.13'
- name: Install dependencies
run: npm ci
- name: Build storybook
run: storybook:build
- name: Deploy storybook
run: npm run storybook:deploy -- --source-branch main --ci
env:
Expand Down

0 comments on commit 130de8b

Please sign in to comment.