travis-doxygen.sh: don't ignore Doxygen push error
This commit is contained in:
parent
03834b5980
commit
8d8ce9e9c5
@ -111,8 +111,7 @@ gh_pages_push() {
|
||||
echo "https://${GH_TOKEN}:@${GITHUB_HOST}" > ${HOME}/.git-credentials ; \
|
||||
chmod go-rw ${HOME}/.git-credentials )
|
||||
# push to GitHub
|
||||
git push origin gh-pages || \
|
||||
skip "GitHub pages update failed, temporarily ignored."
|
||||
git push origin gh-pages
|
||||
}
|
||||
|
||||
doxygen_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user