aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gh-pages-examples.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/gh-pages-examples.yml')
-rw-r--r--.github/workflows/gh-pages-examples.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/gh-pages-examples.yml b/.github/workflows/gh-pages-examples.yml
index 38d1a416..fd8ddd0f 100644
--- a/.github/workflows/gh-pages-examples.yml
+++ b/.github/workflows/gh-pages-examples.yml
@@ -32,6 +32,8 @@ jobs:
java-version: 11
cache: 'maven'
- uses: gradle/gradle-build-action@v2
+ with:
+ gradle-home-cache-cleanup: true
- name: Build html
run: ./gradlew dokkaHtml --no-daemon --stacktrace
working-directory: examples/gradle/${{ matrix.projects }}
@@ -66,6 +68,8 @@ jobs:
java-version: 11
cache: 'maven'
- uses: gradle/gradle-build-action@v2
+ with:
+ gradle-home-cache-cleanup: true
- name: Build html
run: ./gradlew dokkaHtmlMultiModule --no-daemon --stacktrace
working-directory: examples/gradle/${{ matrix.projects }}