Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

fix: null storage when more than one schedule (#273) #60

fix: null storage when more than one schedule (#273)

fix: null storage when more than one schedule (#273) #60

Workflow file for this run

name: Build and Publish Storybook to GitHub Pages
on:
push:
branches:
- 'main'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: bitovi/[email protected]
with:
install_command: pnpm install
build_command: pnpm build-storybook
path: packages/ui-lib/storybook-static
checkout: false