1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-05-29 01:07:44 +02:00

docs(deps): bump mkdocs-material to 7.1.5 (#1985)

This commit is contained in:
Frederic Werner 2021-05-20 12:52:22 +02:00 committed by GitHub
parent cf22475382
commit 7c3de06bda
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.4 build --strict
squidfunk/mkdocs-material:7.1.5 build --strict
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
cd site || exit