diff --git a/.travis.yml b/.travis.yml index 271fa5d..10067eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,10 @@ after_deploy: | cd ./Documentation/generated git add . git -c user.name='travisci' -c user.email='travisci' commit -m "Updating Pages with updated documentation." + echo "Pushing to gh-pages..." # Make sure to make the output quiet, or else the API token will leak! # This works because the API key can replace your password. git push -f -q https://zedseven:$GITHUB_API_KEY@github.com/zedseven/Romanization.NET gh-pages &>/dev/null + echo "Done!" cd "$TRAVIS_BUILD_DIR" fi