Skip to content

remove slugify and adjust guild creation to backend (#1569) #205

remove slugify and adjust guild creation to backend (#1569)

remove slugify and adjust guild creation to backend (#1569) #205

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/[email protected]
with:
path: storybook-static
install_command: bun install
build_command: bun build-storybook