Skip to content

Commit

Permalink
Fix: Add unshallow git to post-checkout operations
Browse files Browse the repository at this point in the history
Issue: RELENG-5212
Change-Id: Ib44b91c636a26069162be963e533c645dfbd8c48
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Mar 13, 2024
1 parent 41a28a8 commit 1dc5753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
post_checkout:
- git fetch --unshallow || true

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down

0 comments on commit 1dc5753

Please sign in to comment.