Skip to content

Commit 9eeaa23

Browse files
authored
fix: hugo build for test index (#3054)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 5677abe commit 9eeaa23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
cache: maven
5454
- name: Build test-index-processor and generate test documentation
5555
run: |
56-
./mvnw clean install -DskipTests -pl test-index-processor
57-
./mvnw process-test-classes -DskipTests -pl operator-framework
56+
./mvnw clean install -DskipTests
5857
- name: Setup Pages
5958
id: pages
6059
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)