Skip to content

Commit

Permalink
Force fetching tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 23, 2024
1 parent 87db895 commit 4cd8a22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: feature/retrieve_doc

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

- name: Install dependencies
run: |
Expand Down
4 changes: 3 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ bak/
build/

source/*
!source/*.rst
!source/**/*.rst
!source/**/*.py

!source/README.md
!source/install.md
!source/Doxyfile

Expand All @@ -20,4 +23,3 @@ source/*
!source/federation/
!source/getting_started/
!source/storage/
!source/README.md

0 comments on commit 4cd8a22

Please sign in to comment.