Skip to content

feat: 🎸 SelectionDecoration #6

feat: 🎸 SelectionDecoration

feat: 🎸 SelectionDecoration #6

Workflow file for this run

name: Build only
on:
workflow_dispatch:
push:
branches:
- '**'
pull_request:
branches:
- main
- develop
- next
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.6.2
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Build
run: |
pnpm install
pnpm docs:build