Skip to content

refactor: border style in one line ensuring regular space between att… #5

refactor: border style in one line ensuring regular space between att…

refactor: border style in one line ensuring regular space between att… #5

name: Build and Deploy Storybook
on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'src/**'
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
run: |
yarn
yarn run storybook:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: storybook-static