Skip to content

Deploy

Deploy #5

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_run:
workflows: ['CI']
types: completed
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: bitovi/[email protected]
with:
build_command: npx nx run ui:build-storybook
path: packages/ui/storybook-static
checkout: false