docs(deps): bump mkdocs-material to 7.2.6 (#2165)

This commit is contained in:
Frederic Werner 2021-09-02 20:47:17 +02:00 committed by GitHub
parent 6336c0b256
commit 0d4c787b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ docker run \
--rm \
--user "$(id -u):$(id -g)" \
-v "${PWD}:/docs" \
squidfunk/mkdocs-material:7.2.5 build --strict
squidfunk/mkdocs-material:7.2.6 build --strict
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
cd site || exit