From 9a15c5ba46a0c104f5a3aa61c3faa9ba594eaa92 Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Fri, 13 Jan 2017 20:36:30 +0200 Subject: [PATCH] another attempt travi-ci --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 167c958..57c0aa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ script: after_success: | if [ -n "$GITHUB_API_KEY" ]; then cd "$TRAVIS_BUILD_DIR" - git pull + git branch -r + git branch -D gh-pages 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