Skip to content

docs: extract shared Plane docs theme (plane/) and align toolchain with docs #257

docs: extract shared Plane docs theme (plane/) and align toolchain with docs

docs: extract shared Plane docs theme (plane/) and align toolchain with docs #257

Workflow file for this run

name: CI
on:
pull_request:
branches: [preview, master]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
format:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm check:format
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm check:types
- run: pnpm build
theme-sync:
name: Shared theme in sync with makeplane/docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- run: node docs/.vitepress/theme/plane/scripts/check-theme-sync.mjs --sibling makeplane/docs