From 48c058903a4fb91877a6e66d0110a99641f7653f Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Fri, 13 Jan 2017 20:31:10 +0200 Subject: [PATCH] trying git pull again to fix missing refs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8492fc1..167c958 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file