Skip to content

Commit

Permalink
fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed May 10, 2024
1 parent 23f30dd commit 292b93d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Checkout github repo
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
fetch-tags: true
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Checkout github repo
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
fetch-tags: true
- name: Lint
uses: psf/black@stable
with:
Expand Down

0 comments on commit 292b93d

Please sign in to comment.