From c0af8934e70f5be685ad6ab5b05ab78d7ce3eef3 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Tapie Date: Sun, 14 Oct 2018 02:17:26 -0600 Subject: [PATCH] emergency change to deploy --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8905599..8295799 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ test: -(cd sitesrc && jekyll serve) deploy: - [ ! -d $(DEPLOY_DIR) ] && mkdir -p $(DEPLOY_DIR) - (cd sitesrc && jekyll build -d $(DEPLOY_DIR)) \ No newline at end of file + [ ! -d $(DEPLOY_DIR) ] && mkdir -p $(DEPLOY_DIR) || true + (cd sitesrc && jekyll build -d $(DEPLOY_DIR))