Merge branch 'hotfix1' into develop

This commit is contained in:
Amy Gale Bowersox 2018-10-14 02:18:36 -06:00
commit e2b13e27bc

View File

@ -10,5 +10,5 @@ test:
-(cd sitesrc && jekyll serve) -(cd sitesrc && jekyll serve)
deploy: deploy:
[ ! -d $(DEPLOY_DIR) ] && mkdir -p $(DEPLOY_DIR) [ ! -d $(DEPLOY_DIR) ] && mkdir -p $(DEPLOY_DIR) || true
(cd sitesrc && jekyll build -d $(DEPLOY_DIR)) (cd sitesrc && jekyll build -d $(DEPLOY_DIR))