Skip to content

remove frozen

remove frozen #4

Workflow file for this run

name: Deploy Storybook to GitHub Pages
on:
push:
branches:
- 'main'
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Checkout
uses: actions/checkout@v4
- name: Publish Storybook
uses: bitovi/[email protected]
with:
install_command: bun install
build_command: bun run storybook:build
path: storybook-static