test
This commit is contained in:
11
.github/workflows/ci-docs.yml
vendored
11
.github/workflows/ci-docs.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user