Skip to content

Commit

Permalink
Update update-gh-pages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Apr 15, 2015
1 parent e1e147d commit 0c0dd14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then

git checkout gh-pages

git add -f .
git add -u
git commit -m "Travis build $TRAVIS_BUILD_NUMBER pushed to gh-pages"
git remote set-url origin https://github.com/tatsy/rainy.git
git push -fq origin gh-pages > /dev/null
fi

0 comments on commit 0c0dd14

Please sign in to comment.