aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gh-pages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/gh-pages.yml')
-rw-r--r--.github/workflows/gh-pages.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 8bb860fe..c62dc258 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -28,6 +28,8 @@ jobs:
java-version: 11
cache: 'maven'
- uses: gradle/gradle-build-action@v2
+ with:
+ gradle-home-cache-cleanup: true
- name: Get current dokka version
run: echo "DOKKA_VERSION=`./gradlew :properties | grep '^version:.*' | cut -d ' ' -f 2`" >> $GITHUB_ENV
if: github.event_name == 'release' || steps.filter.outputs.mkdocs_changed == 'true'