diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-09-07 22:39:38 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-09-07 22:39:38 +0200 |
| commit | 2b34975e86695e4f94e1268ad979a3da61d58cb2 (patch) | |
| tree | e01295039d3fd39e44ed5920f7ff5804d733ccbf /.github/composite | |
| parent | 027c72a23cd9d6952f3b6d00a57f6fe6ff1155cc (diff) | |
| download | Firmament-2b34975e86695e4f94e1268ad979a3da61d58cb2.tar.gz Firmament-2b34975e86695e4f94e1268ad979a3da61d58cb2.tar.bz2 Firmament-2b34975e86695e4f94e1268ad979a3da61d58cb2.zip | |
ci: fix cache not writing + website publishing
Diffstat (limited to '.github/composite')
| -rw-r--r-- | .github/composite/gradle/action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |
