Skip to content

fix: dowgrade to Node v18 to check if semantic-release works again #28

fix: dowgrade to Node v18 to check if semantic-release works again

fix: dowgrade to Node v18 to check if semantic-release works again #28

name: Deploy Storybook to Github Pages
on:
workflow_dispatch:
push:
branches:
- main
- master
jobs:
deploy-storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: setup
uses: ./.github/actions/setup_workspace
- run: pnpm build-storybook --quiet
- name: Deploy storybook
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/storybook
publish_branch: static-pages