diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 567b245..e3c80cf 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -40,7 +40,7 @@ jobs: run: mvn -B clean verify deploy-docs: - needs: tests + # needs: tests runs-on: ubuntu-latest steps: - name: Checkout Repository