fixed Makefile

This commit is contained in:
Igor Zhukov 2014-02-20 01:54:36 +01:00
parent ab6e01c282
commit 70aae47cef

View File

@ -17,6 +17,6 @@ package:
publish: publish:
rm -rf dist/* rm -rf dist/*
cd dist && git pull cd dist && git pull origin gh-pages
cp -r app/* dist/ cp -r app/* dist/
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages