Commit 8d8ce9e9 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

travis-doxygen.sh: don't ignore Doxygen push error

parent 03834b59
...@@ -111,8 +111,7 @@ gh_pages_push() { ...@@ -111,8 +111,7 @@ gh_pages_push() {
echo "https://${GH_TOKEN}:@${GITHUB_HOST}" > ${HOME}/.git-credentials ; \ echo "https://${GH_TOKEN}:@${GITHUB_HOST}" > ${HOME}/.git-credentials ; \
chmod go-rw ${HOME}/.git-credentials ) chmod go-rw ${HOME}/.git-credentials )
# push to GitHub # push to GitHub
git push origin gh-pages || \ git push origin gh-pages
skip "GitHub pages update failed, temporarily ignored."
} }
doxygen_install doxygen_install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment