Skip to content

test(components): number of sequences over time: add story and visual… #188

test(components): number of sequences over time: add story and visual…

test(components): number of sequences over time: add story and visual… #188

Workflow file for this run

on:
push:
branches:
- "main"
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: components/storybook-static
install_command: cd components && npm ci&& cd ..
build_command: cd components && npm run generate-manifest && npm run build-storybook && cd ..
env:
DISABLE_PREACT_STORYBOOK: true