Skip to content

Commit

Permalink
Better commit message
Browse files Browse the repository at this point in the history
hmenke committed Apr 10, 2019
1 parent ae32f4c commit 2f6a182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/update_tlcontrib.sh
Original file line number Diff line number Diff line change
@@ -58,6 +58,6 @@ touch .nojekyll
git init
git checkout -b gh-pages
git add .
git commit --no-gpg-sign --quiet -m "Deploy"
git commit --no-gpg-sign --quiet -m "Deployment for ${TRAVIS_COMMIT}"
git remote add origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG};
git push --quiet --force origin gh-pages #> /dev/null 2>&1
git push --quiet --force origin gh-pages > /dev/null 2>&1

0 comments on commit 2f6a182

Please sign in to comment.