Skip to content

Commit 3afeb24

Browse files
committed
Disable Gradle configuration cache for documentation generation
1 parent bc9b65a commit 3afeb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: gradle/actions/setup-gradle@v5
3232

3333
- name: Generate Documentation
34-
run: ./gradlew dokkaGenerateHtml --rerun-tasks
34+
run: ./gradlew dokkaGenerateHtml --rerun-tasks --no-configuration-cache
3535

3636
- name: Deploy Worker
3737
uses: cloudflare/wrangler-action@v3

0 commit comments

Comments
 (0)