Skip to content

Commit c10cb3e

Browse files
committed
readthedocs: Fetch all branches
Third time lucky. As this is configured, we were only fetching the main branch. Correct this. Signed-off-by: Stephen Finucane <[email protected]>
1 parent a54935d commit c10cb3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readthedocs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ build:
1010
jobs:
1111
post_checkout:
1212
- git fetch --unshallow
13+
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
1314
- git fetch --all --tags

0 commit comments

Comments
 (0)