Update push.sh

This commit is contained in:
Rohit Tanwar
2018-01-09 04:40:25 +05:30
committed by GitHub
parent 90801ef447
commit ebff5a69b6

View File

@ -7,7 +7,7 @@ setup_git() {
commit_website_files() {
git checkout -b gh-pages
git add . *.html
git add -A
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER"
}