Skip to content

Commit

Permalink
Fixed .travis.yml. Testing build scripts is annoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedseven committed Oct 21, 2020
1 parent 2144e53 commit 0f4b013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]/zedseven/Romanization.NET gh-pages &>/dev/null
echo "Done!"
cd "$TRAVIS_BUILD_DIR"
fi

0 comments on commit 0f4b013

Please sign in to comment.