Skip to content

Fix commit-reminder blocking and test-runner tmp file mismatch #53

Fix commit-reminder blocking and test-runner tmp file mismatch

Fix commit-reminder blocking and test-runner tmp file mismatch #53

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