Skip to content

Commit

Permalink
fix(storybook-deploy): set up Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Nov 26, 2024
1 parent 02d001d commit c4d223e
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 @@ -13,7 +13,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static
Expand Down

0 comments on commit c4d223e

Please sign in to comment.