Skip to content

feat: hovercard component (#88) #80

feat: hovercard component (#88)

feat: hovercard component (#88) #80

Workflow file for this run

name: Storybook
on:
push:
branches:
- main # if any push happens on branch `main`, run this workflow. You could also add `paths` to detect changes in specific folder
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install and Build
run: |
pnpm install
pnpm storybook:publish
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: storybook-static