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