Skip to content

chore: extract changes from add-guild-page branch (#1578) #217

chore: extract changes from add-guild-page branch (#1578)

chore: extract changes from add-guild-page branch (#1578) #217

name: Build and Publish storybook to GitHub Pages
on:
push:
branches: ["main", "v3-main"]
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: build-publish
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
path: storybook-static
install_command: bun install
build_command: bun build-storybook