Skip to content

4.11.1

4.11.1 #33

Workflow file for this run

# Building and Deploying Storybook on GH-pages
name: Build & Deploy Storybook
on:
release:
types: [created]
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/github-actions-storybook-to-github-pages@v1.0.3
with:
path: storybook-static
install_command: npm ci
build_command: npm run storybook:build