We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a7f97 commit d72c6a0Copy full SHA for d72c6a0
.readthedocs.yaml
@@ -10,3 +10,7 @@ build:
10
os: ubuntu-lts-latest
11
tools:
12
python: latest
13
+ # post-checkout job to ensure the clone isn't shallow jaraco/skeleton#114
14
+ jobs:
15
+ post_checkout:
16
+ - git fetch --unshallow || true
0 commit comments