mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
docs(deps): bump mkdocs-material to 7.2.0 (#2093)
This commit is contained in:
parent
e6a6d0124b
commit
45345b2f49
2
.github/workflows/scripts/docs/build-docs.sh
vendored
2
.github/workflows/scripts/docs/build-docs.sh
vendored
|
@ -6,7 +6,7 @@ docker run \
|
|||
--rm \
|
||||
--user "$(id -u):$(id -g)" \
|
||||
-v "${PWD}:/docs" \
|
||||
squidfunk/mkdocs-material:7.1.11 build --strict
|
||||
squidfunk/mkdocs-material:7.2.0 build --strict
|
||||
|
||||
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
|
||||
cd site || exit
|
||||
|
|
Loading…
Reference in a new issue