Skip to content

feat: add gh action deploy storybook #1

feat: add gh action deploy storybook

feat: add gh action deploy storybook #1

Workflow file for this run

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