mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
travis-doxygen.sh: temporarily ignore failing GH page update
This commit is contained in:
parent
5050f18743
commit
33da6610f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user