Skip to content

chore: release v2.0.0 #18

chore: release v2.0.0

chore: release v2.0.0 #18

Workflow file for this run

name: Storybook
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Generate Storybook
run: |
mkdir -p .storybook
chmod -R 777 .storybook
make build-storybook
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: .storybook