Skip to content

Replace react-overlays with react-aria-components modal #4

Replace react-overlays with react-aria-components modal

Replace react-overlays with react-aria-components modal #4

name: Build and Publish lego-bricks Storybook to GitHub Pages
on:
pull_request:
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: '22.x'
- uses: bitovi/[email protected]
with:
install_command: yarn workspace @webkom/lego-bricks install
build_command: yarn workspace @webkom/lego-bricks build:storybook
path: packages/lego-bricks/storybook-static
checkout: false