Skip to content

Commit

Permalink
readthedocs: Fetch all branches
Browse files Browse the repository at this point in the history
Third time lucky. As this is configured, we were only fetching the main
branch. Correct this.

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Oct 4, 2023
1 parent a54935d commit c10cb3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ build:
jobs:
post_checkout:
- git fetch --unshallow
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
- git fetch --all --tags

0 comments on commit c10cb3e

Please sign in to comment.