Skip to content

Added GitHub Pages workflow. #1

Added GitHub Pages workflow.

Added GitHub Pages workflow. #1

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:
path: storybook-static