Skip to content

Commit 0f19ff7

Browse files
authored
Merge pull request #340 from drdoctr/up-retries
Increase the number of retries
2 parents 85dff09 + 975f009 commit 0f19ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doctr/travis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def commit_docs(*, added, removed):
533533

534534
return False
535535

536-
def push_docs(deploy_branch='gh-pages', retries=3):
536+
def push_docs(deploy_branch='gh-pages', retries=5):
537537
"""
538538
Push the changes to the branch named ``deploy_branch``.
539539

0 commit comments

Comments
 (0)