From 89fbc16c26c24659d3eee63c33b442e70b8d0b3e Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Sat, 17 Oct 2020 16:34:24 +0200 Subject: [PATCH] chore: Update Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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