docs(deps): bump mkdocs-material to 7.1.11 (#2087)
This commit is contained in:
parent
a03021e219
commit
5161b9ac88
|
@ -6,7 +6,7 @@ docker run \
|
||||||
--rm \
|
--rm \
|
||||||
--user "$(id -u):$(id -g)" \
|
--user "$(id -u):$(id -g)" \
|
||||||
-v "${PWD}:/docs" \
|
-v "${PWD}:/docs" \
|
||||||
squidfunk/mkdocs-material:7.1.10 build --strict
|
squidfunk/mkdocs-material:7.1.11 build --strict
|
||||||
|
|
||||||
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
|
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
|
||||||
cd site || exit
|
cd site || exit
|
||||||
|
|
Loading…
Reference in New Issue