Skip to content

Commit

Permalink
Update _deploy.sh
Browse files Browse the repository at this point in the history
more informative commit message
  • Loading branch information
kuriwaki authored Jul 27, 2019
1 parent b4159d2 commit 2b6e00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ cd book-deploy
git rm -rf *
cp -r ../_book/* ./
git add --all *
git commit -m "Update the book" || true
git push -q origin gh-pages
git commit -m "copy to deployment via travis" || true
git push -q origin gh-pages

0 comments on commit 2b6e00a

Please sign in to comment.