1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-24 08:26:56 +02:00

docs(deps): bump mkdocs-material to 7.1.9 (#2056)

This commit is contained in:
Frederic Werner 2021-06-25 14:46:51 +02:00 committed by GitHub
parent bc8c851bb6
commit 84cc295431
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.1.8 build --strict
squidfunk/mkdocs-material:7.1.9 build --strict
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
cd site || exit