diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a55534e..63e0bf2 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,6 +13,10 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 1 + submodules: false + lfs: false - name: Install Python run: |