From 9c32a5e3a3c8f826e92c06da1119b38d43c5cbe9 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 2 Nov 2022 20:09:40 -0400 Subject: Add deploy build rule --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index a3ef4f2..ae82e46 100644 --- a/makefile +++ b/makefile @@ -41,6 +41,9 @@ $(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES) all: $(HTML_DIR)/index.html +deploy: all + git subtree push --prefix html origin gh-pages + clean: rm -r build find html -name "*.html" -type f -delete -- cgit v1.2.3