Skip to content

fix: bump jsdom from 29.0.2 to 29.1.0 in the development-dependencies… #310

fix: bump jsdom from 29.0.2 to 29.1.0 in the development-dependencies…

fix: bump jsdom from 29.0.2 to 29.1.0 in the development-dependencies… #310

name: Build and Publish Storybook to GitHub Pages
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version-file: "package.json"
- run: npm ci
- run: npm run build-storybook
- name: Upload artifact
uses: actions/upload-pages-artifact@v5
with:
path: storybook-static
- id: deploy
name: Deploy to GitHub Pages
uses: actions/deploy-pages@v5