From 3b42b265ed4d0daaf8cc4458cf575c8758f7b0ce Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Wed, 9 Jun 2021 10:59:27 +0200 Subject: [PATCH] build: update Makefile --- docs/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 9c4fe95..759a289 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -10,9 +10,13 @@ h help: install: - pip install --upgrade pip + pip install pip --upgrade pip install -r requirements.txt +upgrade: + pip install pip --upgrade + pip install -r requirements.txt --upgrade + s serve: mkdocs serve --strict