Fix Travis configuration
This commit is contained in:
parent
2d871bef7c
commit
06e3da15eb
|
@ -7,6 +7,6 @@ script: nikola build
|
|||
after_success: |
|
||||
[ $TRAVIS_BRANCH = master ] &&
|
||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||
pip install ghp-import --user $USER &&
|
||||
pip install ghp-import &&
|
||||
$HOME/.local/bin/ghp-import -n output
|
||||
git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
|
||||
|
|
Loading…
Reference in New Issue