From 5cf5b4cfb3926eb4a34306911fb9187ec88df6e3 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 8 Apr 2024 19:51:00 +0100 Subject: [PATCH] ci --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 67a5cb2..21f63ab 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: steps: - name: Cloning repo uses: actions/checkout@v4 - with: - fetch-depth: 0 +# with: +# fetch-depth: 0 - name: Set up JDK 17 and Maven uses: s4u/setup-maven-action@v1.7.0