From 4e53c4c6a7a79f00dd11074964922b73953a5fe3 Mon Sep 17 00:00:00 2001 From: Devin Fritz Date: Sat, 11 May 2024 17:36:27 +0200 Subject: [PATCH] update github workflow --- .github/workflows/publish-documentation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index d69d61c5..7b15b349 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -5,7 +5,6 @@ on: jobs: build-dokka: - needs: [ bump-gradle-version ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4