chore: update fetch-depth in deployment workflow to allow full history checkout

This commit is contained in:
zurdi
2025-02-26 17:13:47 +00:00
parent 1a9dd6d4e2
commit 39d5d05b2e
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v5