Skip to content

Commit

Permalink
feat(fix): fix the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Oct 11, 2023
1 parent 36b43b8 commit 621ed0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: yarn install

- name: Build Storybook
run: yarn build-storybook
run: |
cd apps/design-system
yarn build-storybook
- name: Deploy Storybook
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 621ed0f

Please sign in to comment.