update publish script

This commit is contained in:
MaysWind 2017-02-10 02:26:17 +08:00
parent c3726ee05e
commit 8178979394

View file

@ -26,7 +26,7 @@ if [ $CI == "true" ] && [ $CIRCLE_BRANCH == "master" ]; then
echo "Publishing online demo...";
git checkout -b gh-pages remotes/origin/gh-pages;
git merge daily-build;
git merge daily-build -m "merge daily build #$CIRCLE_SHA1";
git push origin gh-pages;
echo "Done.";