trying git pull again to fix missing refs

This commit is contained in:
Marius Pana 2017-01-13 20:31:10 +02:00
parent 3381e6f1db
commit 48c058903a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ script:
after_success: |
if [ -n "$GITHUB_API_KEY" ]; then
cd "$TRAVIS_BUILD_DIR"
git reset gh-pages
git pull
mkdocs gh-deploy --remote-name https://$GITHUB_API_KEY@github.com/spearheadsys/issue-response-docs.git
cd "$TRAVIS_BUILD_DIR"
fi