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