Skip to content

16 storybook info pages (#21) #4

16 storybook info pages (#21)

16 storybook info pages (#21) #4

Workflow file for this run

name: Docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy-storybook:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Clean install
run: npm ci
- name: Build
run: npm run build-storybook
- name: Build and deploy to storybook-static branch
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
folder: docs # The folder the action should deploy.
branch: docs