mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 11:39:50 +00:00
Fixed travis-ci
This commit is contained in:
parent
1d058193e9
commit
4f498a2ced
@ -31,7 +31,7 @@ after_success:
|
||||
- git add .
|
||||
- git commit -am "Rebuilt docs for $TRAVIS_COMMIT"
|
||||
- git remote add origin "https://${GH_AUTH}@github.com/$TRAVIS_REPO_SLUG.git"
|
||||
- git pull --rebase origin gh-pages
|
||||
- git pull --no-commit --strategy=ours origin gh-pages
|
||||
- git push origin gh-pages 2>&1 | sed "s/${GH_AUTH}/[secure]/gi"
|
||||
- fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user