Skip to content

Commit e9cac48

Browse files
Don't force-pass git fetch --unshallow
1 parent 2047b4a commit e9cac48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
# up tags properly
1616
jobs:
1717
post_checkout:
18-
- git fetch --unshallow || true
18+
- git fetch --unshallow
1919

2020
# Build documentation in the docs/ directory with Sphinx
2121
sphinx:

0 commit comments

Comments
 (0)