Compare commits

..

2 Commits

Author SHA1 Message Date
9f8fb2c517 Merge branch 'hotfix1' 2018-10-14 02:18:03 -06:00
c0af8934e7 emergency change to deploy 2018-10-14 02:17:26 -06:00

View File

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