Skip to content

Fixes ToolbarToggleGroup not toggling #219

Fixes ToolbarToggleGroup not toggling

Fixes ToolbarToggleGroup not toggling #219

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- v5
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install --global pnpm
- run: pnpm install
- run: pnpm build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: apps/docs/dist
target-folder: v5