aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/docs.yaml4
-rw-r--r--docs/mkdocs.yml1
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 5c4de22..e357c4a 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -46,7 +46,9 @@ jobs:
python_version: "3.12"
install_args: --with docs
- name: Build docs
- run: poetry run task build-docs
+ working-directory: docs
+ run: |
+ poetry run mkdocs build --strict
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}
ENABLE_GIT_PLUGINS: true
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 8784577..401c189 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -43,6 +43,7 @@ plugins:
# Git change information
- git-revision-date-localized:
enable_creation_date: true
+ strict: true
enabled: !ENV [ENABLE_GIT_PLUGINS, false]
# Interactive images
- glightbox