Skip to content

Build Storybook

Build Storybook #5

Workflow file for this run

on:
push:
branches:
- "main" # change to the branch you wish to deploy from
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
build_command: npm run build-storybook
path: dist/storybook # change to your build folder