Skip to content

turn on autodocs

turn on autodocs #6

Workflow file for this run

name: Build and Publish storybook to GitHub Pages
on:
push:
branches:
- 'main'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: bitovi/[email protected]
with:
build_command: npm run build
path: storybook-static