Skip to content

build: update bin/env to new node.js app #11

build: update bin/env to new node.js app

build: update bin/env to new node.js app #11

name: Build and Publish Storybook to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- 'main'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '23'
- uses: bitovi/[email protected]
with:
install_command: npm install
build_command: npm run build:storybook
path: storybook-static
checkout: false