diff --git a/Makefile b/Makefile index 73a11fd..da22e74 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,8 @@ install: s serve: mkdocs serve --strict -d docs: +b build: mkdocs build --strict + +d deploy: + mkdocs gh-deploy --strict