1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-23 16:06:52 +02:00

docs(deps): bump mkdocs-material to 7.2.1 (#2099)

This commit is contained in:
Frederic Werner 2021-07-25 21:04:49 +02:00 committed by GitHub
parent 0e40f733f3
commit 063cc8e3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ docker run \
--rm \
--user "$(id -u):$(id -g)" \
-v "${PWD}:/docs" \
squidfunk/mkdocs-material:7.2.0 build --strict
squidfunk/mkdocs-material:7.2.1 build --strict
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
cd site || exit