1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-06-01 23:06:05 +02:00

docs(deps): bump mkdocs-material to 7.2.4 (#2125)

This commit is contained in:
Frederic Werner 2021-08-12 12:46:40 +02:00 committed by GitHub
parent d10043e87c
commit 776bfe9f7f
Signed by: GitHub
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.3 build --strict
squidfunk/mkdocs-material:7.2.4 build --strict
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
cd site || exit