Update mkdocs

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-01 19:57:52 -04:00
parent fb92b3a6a5
commit bf23b06501
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:5.2.3 FROM squidfunk/mkdocs-material:5.5.12
COPY action.sh /action.sh COPY action.sh /action.sh

View file

@ -167,7 +167,7 @@ live-docs: ## Build and launch a local copy of the documentation website in http
@docker run --rm -it \ @docker run --rm -it \
-p 8000:8000 \ -p 8000:8000 \
-v ${PWD}:/docs \ -v ${PWD}:/docs \
squidfunk/mkdocs-material:5.2.3 squidfunk/mkdocs-material:5.5.12
.PHONY: misspell .PHONY: misspell
misspell: ## Check for spelling errors. misspell: ## Check for spelling errors.