From 2b34975e86695e4f94e1268ad979a3da61d58cb2 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 7 Sep 2025 22:39:38 +0200 Subject: ci: fix cache not writing + website publishing --- .github/composite/gradle/action.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/composite') diff --git a/.github/composite/gradle/action.yml b/.github/composite/gradle/action.yml index 5f7a260..1c75008 100644 --- a/.github/composite/gradle/action.yml +++ b/.github/composite/gradle/action.yml @@ -20,6 +20,7 @@ runs: - name: Set up gradle cache uses: gradle/actions/setup-gradle@v3 with: + cache-read-only: false add-job-summary-as-pr-comment: 'on-failure' - name: Prepare unpacked Jars run: | -- cgit