Skip to content

Merge pull request #688 from alleyinteractive/feature/issue-675/add-l… #128

Merge pull request #688 from alleyinteractive/feature/issue-675/add-l…

Merge pull request #688 from alleyinteractive/feature/issue-675/add-l… #128

Workflow file for this run

name: Build and Publish storybook to GitHub Pages
on:
push:
branches:
- main
- storybook-7
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