From 3cdb01897eeb7cf3538fd1d9cb3060ee8cdb5105 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 11 Mar 2020 16:13:50 +0100 Subject: [PATCH] Use html instead --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b99aca2..cab79d3 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ default: publish .PHONY: publish publish: for path in $(SITES) ; do \ - cd $$path && make publish; \ + cd $$path && make html; \ done