Skip to content

Updated README

Updated README #110

Workflow file for this run

name: Storybook
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install node
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
- name: Install and Build 🔧
run: |
yarn install
yarn build-storybook
- name: Deploy
uses: JamesIves/[email protected]
with:
BRANCH: 'gh-pages'
FOLDER: 'storybook-static' # output folder from `yarn build-storybook`