Skip to content

Commit

Permalink
Fix Storybook deploy workflow (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell authored Jun 14, 2024
1 parent 3c117c0 commit 26f11e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
uses: bitovi/[email protected]
with:
path: storybook-static
build_command: pnpm run build-storybook
build_command: pnpm run build-storybook
install_command: pnpm i
checkout: false

0 comments on commit 26f11e0

Please sign in to comment.