remove slugify and adjust guild creation to backend (#1569) #205
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |