Skip to content

Prepare release 0.3.4 #111

Prepare release 0.3.4

Prepare release 0.3.4 #111

Workflow file for this run

name: Docs
on:
pull_request:
paths:
- "docs/**"
- "package.json"
- "package-lock.json"
- ".github/workflows/docs.yml"
push:
branches: [main]
paths:
- "docs/**"
- "package.json"
- "package-lock.json"
- ".github/workflows/docs.yml"
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 15
env:
MINTLIFY_TELEMETRY_DISABLED: "1"
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run docs:check