Skip to content

chore(storybook): upgrade base GH Action config #3

chore(storybook): upgrade base GH Action config

chore(storybook): upgrade base GH Action config #3

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:
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static
build_command: npm run build-storybook-docs