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