]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
readthedocs: Also fetch all other branches
authorStephen Finucane <stephen@that.guru>
Wed, 4 Oct 2023 08:42:10 +0000 (09:42 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 4 Oct 2023 08:42:10 +0000 (09:42 +0100)
'stable/2.0' is a branch, not a tag.

Signed-off-by: Stephen Finucane <stephen@that.guru>
.readthedocs.yaml

index 96ca1e331156a47f60dec7f6773b6e568d31d0b9..736a39b2e673604b081769b00789a9a086a89d5f 100644 (file)
@@ -10,4 +10,4 @@ build:
   jobs:
     post_checkout:
       - git fetch --unshallow
-      - git fetch --tags
+      - git fetch --all --tags