typo in gh-pagess repo name

This commit is contained in:
Marius Pana 2017-01-13 20:27:50 +02:00
parent 45db75df14
commit 3381e6f1db
1 changed files with 1 additions and 1 deletions

View File

@ -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