From 1cca97d6b176acc6aee35997fb74edb95eccee89 Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sat, 8 Jun 2024 18:55:29 +0200 Subject: [PATCH] ci: disable javadoc --- .github/workflows/publish-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 52d0e4d..5eb88f6 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -11,4 +11,5 @@ jobs: secrets: inherit with: project-name: 'Refined Storage - JEI Integration' - mutation-testing: false \ No newline at end of file + mutation-testing: false + javadoc: false \ No newline at end of file