Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jul 16, 2016
1 parent 5429f16 commit e441549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish_dailybuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if [ $CI == "true" ] && [ $CIRCLE_BRANCH == "master" ]; then
rm -rf views;
rm -f index.html;
cp $CIRCLE_ARTIFACTS/dist/* ./ -r;
git commit -a -m "daily build #$CIRCLE_SHA1" --author="CI <[email protected]>";
git config --global user.name "CI";
git commit -a -m "daily build #$CIRCLE_SHA1";
git push origin gh-pages;
fi

0 comments on commit e441549

Please sign in to comment.