diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2fe3cd..d69f5d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,5 +49,5 @@ jobs: ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SonatypeUsername }} ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SonatypePassword }} run: | - ./gradlew publish + ./gradlew publish -x dokkaHtml --no-configuration-cache if: success() && github.ref == 'refs/heads/main' && github.event_name != 'pull_request'