Skip to content

Commit a4047b3

Browse files
authored
Do not use shallow clones in Read the Docs to properly show last updated time (#2157)
1 parent 5365b9f commit a4047b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ build:
1313
# nodejs: "20"
1414
# rust: "1.70"
1515
# golang: "1.20"
16+
jobs:
17+
post_checkout:
18+
- git fetch --unshallow || true
1619

1720
# Build documentation in the "docs/" directory with Sphinx
1821
sphinx:

0 commit comments

Comments
 (0)