Skip to content

Commit

Permalink
update the remote git source before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Jun 17, 2016
1 parent 059a86f commit ac17cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function deploy {
git push origin "$gem_version"

bundle exec rake yard
git remote update
git fetch
git checkout gh-pages
ls -a | grep -v -E '^doc|^.$|^..$|^\.git' | xargs rm -r
Expand Down

0 comments on commit ac17cbb

Please sign in to comment.