Skip to content

Merge branch 'main' into staging #227

Merge branch 'main' into staging

Merge branch 'main' into staging #227

Workflow file for this run

on:
push:
branches:
- "staging" # change to the branch you wish to deploy from
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 # change to your build folder
install_command: yarn install
build_command: yarn storybook:build