We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d9f10 commit 87d9e2aCopy full SHA for 87d9e2a
git_rebase_theme_branches.sh
@@ -6,6 +6,8 @@ fmt='
6
git checkout %(refname)
7
git rebase master
8
git push origin HEAD:%(refname:strip=3) --force
9
+echo "giving RTD some time to build the docs"
10
+sleep 10m
11
'
12
13
eval "$(git for-each-ref --shell --format="$fmt" refs/remotes/origin/*-theme)"
0 commit comments