Skip to content

chore(deps-dev): bump @storybook/react from 8.6.12 to 8.6.14 (#109) #93

chore(deps-dev): bump @storybook/react from 8.6.12 to 8.6.14 (#109)

chore(deps-dev): bump @storybook/react from 8.6.12 to 8.6.14 (#109) #93

name: Build and deploy Storybook
on:
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: '20'
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
path: storybook-static
checkout: false