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: