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: |