mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-21 08:36:00 +02:00
docs(deps): bump mkdocs-material to 7.3.2 (#2244)
* docs(deps): bump mkdocs-material to 7.3.3 Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
0cebfde414
commit
ec6cc3c032
2 changed files with 18 additions and 2 deletions
2
.github/workflows/scripts/docs/build-docs.sh
vendored
2
.github/workflows/scripts/docs/build-docs.sh
vendored
|
@ -6,7 +6,7 @@ docker run \
|
|||
--rm \
|
||||
--user "$(id -u):$(id -g)" \
|
||||
-v "${PWD}:/docs" \
|
||||
squidfunk/mkdocs-material:7.3.0 build --strict
|
||||
squidfunk/mkdocs-material:7.3.3 build --strict
|
||||
|
||||
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
|
||||
cd site || exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue