diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b96167d..5e8178d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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.