Skip to content

Merge pull request #21 from Yeti-Robotics/development #25

Merge pull request #21 from Yeti-Robotics/development

Merge pull request #21 from Yeti-Robotics/development #25

name: Build and Publish Storybook to GitHub Pages
on:
push:
branches:
- "main" # change to the branch you wish to deploy from
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
checkout: true
install_command: npm install
build_command: npm run build:storybook
path: storybook-static # change to your build folder