Merge branch 'master' into docs/fix-broken-ref-links

This commit is contained in:
Georg Lauterbach 2025-02-16 10:09:33 +01:00 committed by GitHub
commit 77b999bc16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ docker run \
--user "$(id -u):$(id -g)" \
--volume "./:/docs" \
--name "build-docs" \
squidfunk/mkdocs-material:9.5 build --strict
squidfunk/mkdocs-material:9.6 build --strict
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
# site/ is the build output folder.