Skip to content

Commit

Permalink
Shallow git unshallow tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 19, 2024
1 parent eab0701 commit 94e94f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for versioning to work
ref: feature/retrieve_doc

- name: Fetch tags
run: git fetch --prune --unshallow --tags

- name: Install dependencies
run: |
Expand Down

0 comments on commit 94e94f8

Please sign in to comment.