Commit 33da6610 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

travis-doxygen.sh: temporarily ignore failing GH page update

parent 5050f187
......@@ -92,7 +92,8 @@ gh_pages_push() {
git config core.askpass /bin/true
( set +x ; git config credential.${GHPAGES_URL}.username "${GH_TOKEN}" )
# push to GitHub
git push origin gh-pages
git push origin gh-pages || \
skip "GitHub pages update failed, temporarily ignored."
}
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