Skip to content

Commit

Permalink
Disable config cache for Dokka on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Dec 7, 2023
1 parent b5d9bfa commit c7991cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: gradle/gradle-build-action@v2

- name: Deploy to Sonatype
run: ./gradlew publish
run: ./gradlew publish --no-configuration-cache
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: gradle/gradle-build-action@v2

- run: ./gradlew :dokkaHtmlMultiModule
- run: ./gradlew :dokkaHtmlMultiModule --no-configuration-cache

- name: Build site
run: mkdocs build
Expand Down

0 comments on commit c7991cc

Please sign in to comment.