From ec9e5616852fbfc405a553b635cb51963c158d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Fri, 21 Nov 2025 16:16:41 +0100 Subject: [PATCH] fix: hugo build for test index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- .github/workflows/hugo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 320cfb177a..04a6edb790 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -53,8 +53,7 @@ jobs: cache: maven - name: Build test-index-processor and generate test documentation run: | - ./mvnw clean install -DskipTests -pl test-index-processor - ./mvnw process-test-classes -DskipTests -pl operator-framework + ./mvnw clean install -DskipTests - name: Setup Pages id: pages uses: actions/configure-pages@v5