Skip to content

Commit

Permalink
extend fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 14, 2024
1 parent 4412812 commit c76ff60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: "Set up GitHub Actions"
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Set up Python"
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: "Set up GitHub Actions"
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Set up Python"
uses: actions/setup-python@v5
with:
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

0 comments on commit c76ff60

Please sign in to comment.