update publish script
This commit is contained in:
parent
c3726ee05e
commit
8178979394
|
@ -26,7 +26,7 @@ if [ $CI == "true" ] && [ $CIRCLE_BRANCH == "master" ]; then
|
||||||
|
|
||||||
echo "Publishing online demo...";
|
echo "Publishing online demo...";
|
||||||
git checkout -b gh-pages remotes/origin/gh-pages;
|
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;
|
git push origin gh-pages;
|
||||||
|
|
||||||
echo "Done.";
|
echo "Done.";
|
||||||
|
|
Reference in a new issue