From: Stephen Finucane Date: Wed, 4 Oct 2023 08:39:01 +0000 (+0100) Subject: readthedocs: Also fetch tags X-Git-Tag: v3.2.0~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68a80a999befc39ae50efda617fd174f643c00cd;p=thirdparty%2Fpatchwork.git readthedocs: Also fetch tags Signed-off-by: Stephen Finucane --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9cc62a49..96ca1e33 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,3 +10,4 @@ build: jobs: post_checkout: - git fetch --unshallow + - git fetch --tags