From 5ddfe05a05c25d3d4b2d466ab9d5b868b940c61e Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Fri, 13 Jan 2017 20:55:38 +0200 Subject: [PATCH] attempting with gh-deploy --force --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f7118a..25f3b48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,12 @@ script: - git remote add gh-pages https://$GITHUB_API_KEY@github.com/spearheadsys/issue-response-docs.git - git fetch gh-pages after_success: - - git config credential.helper "store --file=.git/credentials" - - echo "https://${GITHUB_API_KEY}:@github.com" > .git/credentials - - node ./node_modules/grunt-cli/bin/grunt release + # - git config credential.helper "store --file=.git/credentials" + # - echo "https://${GITHUB_API_KEY}:@github.com" > .git/credentials + # - node ./node_modules/grunt-cli/bin/grunt release if [ -n "$GITHUB_API_KEY" ]; then cd "$TRAVIS_BUILD_DIR" - mkdocs gh-deploy -v --clean + mkdocs gh-deploy --force fi env: