scripts/ci/docs-verify.sh
Metadata
- Purpose: Automation script used in local development, CI, or deployment flow.
- Domain:
scripts - Language:
bash - Bytes: 157
- Lines: 8
- Content hash (short):
4e134f7c - Source (start): scripts/ci/docs-verify.sh:1
- Source (end): scripts/ci/docs-verify.sh:8
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
cd "$ROOT_DIR/documentation-site"
node scripts/sync-docs.mjs --check