From: Stephen Finucane Date: Wed, 4 Oct 2023 08:54:12 +0000 (+0100) Subject: readthedocs: Fetch all branches X-Git-Tag: v3.2.0~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c10cb3ebe7f1debc446989219ecbde3d2e1f6896;p=thirdparty%2Fpatchwork.git 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 --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 736a39b2..ed3d202b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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