Skip to content

Commit 51fefff

Browse files
committed
Try to fix kdoc publishing.
1 parent 79b9a53 commit 51fefff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/jvm-publish-kdoc.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
distribution: "temurin"
2323
java-version: 17
2424
- name: Gradle caching
25-
uses: gradle/actions/setup-gradle@v3
26-
with:
27-
gradle-home-cache-cleanup: true
25+
uses: gradle/actions/setup-gradle@v4
2826
- name: Build
2927
run: ./gradlew :dokkatooGeneratePublicationHtml
3028
- name: Publish to Cloudflare Pages

0 commit comments

Comments
 (0)