mirror of
https://github.com/joel16/uofw.git
synced 2025-02-17 01:19:56 +00:00
Fixed travis-ci
This commit is contained in:
parent
6bcbb81067
commit
7eef95ce35
@ -28,10 +28,11 @@ after_success:
|
||||
- git config user.email "travis@example.com"
|
||||
- git config user.name "uOFW Doc builder"
|
||||
|
||||
- git checkout --orphan master
|
||||
- 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 push origin master:gh-pages 2>&1 | sed "s/${GH_AUTH}/[secure]/gi"
|
||||
- fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user