Skip to content

rename to bootwindui #40

rename to bootwindui

rename to bootwindui #40

Workflow file for this run

name: 'Storybook'
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install --frozen-lockfile=false
- name: Build
run: pnpm dlx nx run ui:build-storybook
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/storybook/ui