Skip to content

chore(storybook): update v1 syntax to use Storybook v6 (#568) #573

chore(storybook): update v1 syntax to use Storybook v6 (#568)

chore(storybook): update v1 syntax to use Storybook v6 (#568) #573

Workflow file for this run

name: Build Storybook Docs v2
on:
push:
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn build-v2