Skip to content

do not test node 18 (drop support for it) #21

do not test node 18 (drop support for it)

do not test node 18 (drop support for it) #21

Workflow file for this run

name: pages-build-and-deploy-gh-pages
on:
push:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
corepack enable
yarn
yarn run storybook:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: storybook-static