Skip to content

Commit

Permalink
ci: fetch tags on readthedocs (#342)
Browse files Browse the repository at this point in the history
This is sometimes needs in cases where readthedocs' default clone doesn't include the tags.
  • Loading branch information
tigarmo authored Jan 30, 2025
1 parent c0465a4 commit 5cf4077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ build:
tools:
python: "3.12"
jobs:
post_checkout:
- git fetch --tags --unshallow # Also fetch tags
post_system_dependencies:
- asdf plugin add uv
- asdf install uv latest
Expand Down

0 comments on commit 5cf4077

Please sign in to comment.