try rc build
All checks were successful
CI - Docs build check / build-check (push) Successful in 8s
Deploy RC preview to GitHub Pages / deploy-rc-pages (push) Successful in 6s

This commit is contained in:
2026-02-04 18:23:18 -06:00
parent 45da756495
commit d9aa768b41
2 changed files with 104 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ name: CI - Docs build check
on:
pull_request:
branches-ignore:
- gh-pages
push:
workflow_dispatch:
@@ -37,6 +39,6 @@ jobs:
- name: MkDocs build (strict default)
run: |
set -euo pipefail
# Default strict on if unset
# Default not strict on if unset
export MKDOCS_STRICT="${MKDOCS_STRICT:-true}"
tools/build.sh --config mkdocs/mkdocs.yml