docs(deps): bump mkdocs-material to v8.1.7 (#2374)

This commit is contained in:
Frederic Werner 2022-01-20 10:45:23 +01:00 committed by GitHub
parent c6b6f680f5
commit 4f6db41d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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