From 3381e6f1dbb13fa05106f08fe35611063cc23ba7 Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Fri, 13 Jan 2017 20:27:50 +0200 Subject: [PATCH] typo in gh-pagess repo name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8315d1..8492fc1 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-pagess + git reset 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