From 95640a9ae77378e184fff018058fb3af0c1206c2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 2 Jul 2016 21:16:51 -0700 Subject: Publish to the branch 'master'. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44f0876..e7428d1 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ deps: build: clean hugo -DEPLOY_BRANCH := gh-pages +DEPLOY_BRANCH := master DEPLOY_DIR := public .PHONY: publish @@ -29,6 +29,6 @@ publish: build git push origin $(DEPLOY_BRANCH) ; \ fi - git symbolic-ref HEAD refs/heads/master + git symbolic-ref HEAD refs/heads/posts git reset --mixed [ -d $(DEPLOY_DIR) ] && rm -rf $(DEPLOY_DIR) -- cgit v1.2.3