From 70aae47cef7ecd1860a2b6908d1e8853c8337d8f Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 20 Feb 2014 01:54:36 +0100 Subject: [PATCH] fixed Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6a7da55..25be10e6 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,6 @@ package: publish: rm -rf dist/* - cd dist && git pull + cd dist && git pull origin gh-pages cp -r app/* dist/ cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages \ No newline at end of file