Update mkdocs
This commit is contained in:
parent
fb92b3a6a5
commit
bf23b06501
2 changed files with 2 additions and 2 deletions
2
.github/actions/mkdocs/Dockerfile
vendored
2
.github/actions/mkdocs/Dockerfile
vendored
|
@ -1,4 +1,4 @@
|
|||
FROM squidfunk/mkdocs-material:5.2.3
|
||||
FROM squidfunk/mkdocs-material:5.5.12
|
||||
|
||||
COPY action.sh /action.sh
|
||||
|
||||
|
|
2
Makefile
2
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.
|
||||
|
|
Loading…
Reference in a new issue