ci: pull down full history
All checks were successful
deploy / deploy (push) Successful in 8m41s

This commit is contained in:
D. Moonfire 2024-03-10 17:46:09 -05:00
parent 39695f0bf8
commit 53a8e6c7e1

View file

@ -21,7 +21,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: 100 # Should be deep enough to pick up version changes.
fetch-depth: 0
fetch-tags: true
# Break apart downloading all the requirements into a separate step for timing purposes.