From c7729fb89624ef3b7644a4fce0e98e6a7a938731 Mon Sep 17 00:00:00 2001 From: dm Date: Mon, 24 Nov 2025 09:58:21 +0100 Subject: [PATCH] Workflow gitea poprawka checkoutu --- .gitea/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d577ed2..d5c42b8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,11 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout full repository + uses: actions/checkout@v3 + with: + fetch-depth: 0 + lfs: true - name: Create .env file from secret run: |