Skip to content

refactor to app/+fix fonts #17

refactor to app/+fix fonts

refactor to app/+fix fonts #17

name: Build and Publish Storybook to GitHub Pages
on:
push:
branches:
- "init-turbo" # 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: npx turbo build:storybook
path: apps/storybook/storybook-static # change to your build folder