Skip to content

Commit dcf5a39

Browse files
committed
update hugo build in github actions
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 03a17ac commit dcf5a39

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/hugo.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ jobs:
4545
with:
4646
submodules: recursive
4747
fetch-depth: 0
48+
- name: Set up JDK 17
49+
uses: actions/setup-java@v4
50+
with:
51+
java-version: '17'
52+
distribution: 'temurin'
53+
cache: maven
54+
- name: Build test-index-processor and generate test documentation
55+
run: |
56+
./mvnw clean install -DskipTests -pl test-index-processor
57+
./mvnw process-test-classes -DskipTests -pl operator-framework
4858
- name: Setup Pages
4959
id: pages
5060
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)