yet another attempt

This commit is contained in:
Marius Pana 2017-01-13 20:43:31 +02:00
parent 651309c103
commit 2651be4ddc

View File

@ -13,6 +13,6 @@ script:
after_success: |
if [ -n "$GITHUB_API_KEY" ]; then
cd "$TRAVIS_BUILD_DIR"
mkdocs gh-deploy -v --clean --remote-name https://$GITHUB_API_KEY@github.com/spearheadsys/issue-response-docs.git
mkdocs gh-deploy -v --clean
cd "$TRAVIS_BUILD_DIR"
fi