From 1718c111ac9b5e00d50117c7e97f731134ea0651 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 1 Sep 2020 19:57:52 -0400 Subject: [PATCH] Update mkdocs --- .github/actions/mkdocs/Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/mkdocs/Dockerfile b/.github/actions/mkdocs/Dockerfile index 960e8b992..388cc3c17 100644 --- a/.github/actions/mkdocs/Dockerfile +++ b/.github/actions/mkdocs/Dockerfile @@ -1,4 +1,4 @@ -FROM squidfunk/mkdocs-material:5.2.3 +FROM squidfunk/mkdocs-material:5.5.12 COPY action.sh /action.sh diff --git a/Makefile b/Makefile index b23c43e34..8259e6194 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ live-docs: ## Build and launch a local copy of the documentation website in http @docker run --rm -it \ -p 8000:8000 \ -v ${PWD}:/docs \ - squidfunk/mkdocs-material:5.2.3 + squidfunk/mkdocs-material:5.5.12 .PHONY: misspell misspell: ## Check for spelling errors.