diff --git a/.gitea/workflows/deploy-server.yaml b/.gitea/workflows/deploy-server.yaml index 278425d..7159313 100644 --- a/.gitea/workflows/deploy-server.yaml +++ b/.gitea/workflows/deploy-server.yaml @@ -9,7 +9,7 @@ on: paths: - "cars/**" # Only run if archives in cars/ change env: - GIT_DEFAULT_HASH: sha256 + GIT_DEFAULT_HASH: sha1 jobs: prepare-server-content: @@ -20,7 +20,7 @@ jobs: with: ref: master lfs: true - fetch-depth: 1 + fetch-depth: 0 - name: Install 7-Zip run: |