Skip to content

fix: separate the core theme items #374

fix: separate the core theme items

fix: separate the core theme items #374

Workflow file for this run

name: Test docs build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
name: Test docs build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build