Skip to content

fix(chromaterm): replace alternation in lookbehinds for PCRE2 compat #32

fix(chromaterm): replace alternation in lookbehinds for PCRE2 compat

fix(chromaterm): replace alternation in lookbehinds for PCRE2 compat #32

Workflow file for this run

name: Docs CI
on:
pull_request:
paths: ['docs/**', '.devcontainer/CHANGELOG.md']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: docs/package-lock.json
- run: npm ci
working-directory: docs
- run: npm run build
working-directory: docs