diff options
| author | 2024-08-18 16:39:01 +0100 | |
|---|---|---|
| committer | 2024-08-18 16:39:01 +0100 | |
| commit | c82882e17fa6c3a274d1cca5fb2b7ae5194157e1 (patch) | |
| tree | b9269977fd8243aab07d83a7b1ae36cdb8433f60 | |
| parent | Add table of services and ignore headers to GitHub Bots (diff) | |
Debug git date localisation issues
| -rw-r--r-- | .github/workflows/docs.yaml | 4 | ||||
| -rw-r--r-- | docs/mkdocs.yml | 1 | 
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 | 
