Skip to content

Commit 36b534a

Browse files
committed
fixup
1 parent f84dfac commit 36b534a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build:
1919
python: "3.13"
2020
jobs:
2121
post_checkout:
22-
- git fetch --unshallow || true
22+
- if [ "$(git rev-parse --is-shallow-repository)" = "true" ]; then git fetch --unshallow; fi
2323
apt_packages:
2424
- texlive-latex-recommended
2525
- texlive-fonts-recommended

0 commit comments

Comments
 (0)