From 02d001d8cff82e26c89e82a8cefcb7151007b4cc Mon Sep 17 00:00:00 2001 From: BrickheadJohnny Date: Tue, 26 Nov 2024 17:26:47 +0100 Subject: [PATCH] feat: `storybook-deploy` GitHub Action with Bun --- .github/workflows/storybook-deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/storybook-deploy.yml b/.github/workflows/storybook-deploy.yml index a1cae60cca..70f6b8d627 100644 --- a/.github/workflows/storybook-deploy.yml +++ b/.github/workflows/storybook-deploy.yml @@ -2,8 +2,7 @@ name: Build and Publish storybook to GitHub Pages on: push: - branches: - - "main" + branches: ["main", "v3-main"] permissions: contents: read @@ -18,3 +17,5 @@ jobs: uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3 with: path: storybook-static + install_command: bun install + build_command: bun build-storybook