mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-21 16:39:11 +02:00
ci: Upgrade mkdocs-material
to 9.6 (#4368)
This commit is contained in:
parent
f2fedff251
commit
aba92b7bb8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scripts/docs/build-docs.sh
vendored
2
.github/workflows/scripts/docs/build-docs.sh
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue