Skip to content

Commit

Permalink
Allow empty commits for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bstellato committed Jun 19, 2018
1 parent 10d87b6 commit 614f3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [[ $TRAVIS_OS_NAME == "linux" ]]; then

# Add and commit changes.
git add -A .
git commit -m "Generated docs for commit $TRAVIS_COMMIT"
git commit --allow-empty -m "Generated docs for commit $TRAVIS_COMMIT"
# -q is very important, otherwise you leak your GH_TOKEN
git push -q origin master

Expand Down

0 comments on commit 614f3f3

Please sign in to comment.