Skip to content

feat: Add github page storybook #5

feat: Add github page storybook

feat: Add github page storybook #5

Workflow file for this run

name: Storybook
on:
push:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Node setup
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: yarn --prefer-offline
- name: Build storybook
run: yarn build-storybook
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: storybook-static