Merge branch 'hotfix1' into develop
This commit is contained in:
commit
e2b13e27bc
4
Makefile
4
Makefile
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user