Skip to content

Add floating article ToC with rehype section grouping #506

Add floating article ToC with rehype section grouping

Add floating article ToC with rehype section grouping #506

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- uses: pnpm/action-setup@v4
- name: package install
run: pnpm install
- name: test
run: pnpm test:ci