This commit is contained in:
2026-02-05 13:01:37 -06:00
parent afd82d071c
commit 973dbefabb

View File

@@ -1,10 +1,14 @@
name: CI - Docs build check name: CI - Docs build check
on: on:
pull_request:
branches-ignore:
- gh-pages
push: push:
branches:
- main
- development
- release-candidate
tags-ignore: # Don't need to run on tag pushes.
- "v*"
- "rc*"
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@@ -13,6 +17,7 @@ permissions:
env: env:
MKDOCS_STRICT: ${{ vars.MKDOCS_STRICT:-true }} MKDOCS_STRICT: ${{ vars.MKDOCS_STRICT:-true }}
MKDOCS_CONFIG: mkdocs/mkdocs.yml MKDOCS_CONFIG: mkdocs/mkdocs.yml
MKDOCS_OFFLINE: false
CSPELL_CONFIG: tools/spellcheck/cspell.yml CSPELL_CONFIG: tools/spellcheck/cspell.yml
CSPELL_TARGETS: "docs/**/*.md" README.md CSPELL_TARGETS: "docs/**/*.md" README.md