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

docs(deps): bump mkdocs-material to v8.3.5 (#2641)

* docs(deps): bump mkdocs-material to v8.3.4

* docs(deps): bump mkdocs-material to v8.3.5
This commit is contained in:
Frederic Werner 2022-06-15 01:38:32 +02:00 committed by GitHub
parent 851ec8cbcd
commit ea8e293dcc
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ docker run \
--user "$(id -u):$(id -g)" \
--volume "${PWD}:/docs" \
--name "build-docs" \
squidfunk/mkdocs-material:8.2.8 build --strict
squidfunk/mkdocs-material:8.3.5 build --strict
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
# site/ is the build output folder.