diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 227b29f..4b07ab3 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -42,14 +42,4 @@ jobs: run: > ./gradlew -Dorg.gradle.internal.publish.checksums.insecure=true - publish - - name: "📖 Publish Groovydoc to Github Pages" - if: success() && github.event_name == 'push' - uses: micronaut-projects/github-pages-deploy-action@grails - env: - BRANCH: gh-pages - COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }} - COMMIT_NAME: ${{ env.GIT_USER_NAME }} - DOC_FOLDER: gh-pages - FOLDER: build/docs - GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + publish \ No newline at end of file