We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5677abe commit 9eeaa23Copy full SHA for 9eeaa23
.github/workflows/hugo.yaml
@@ -53,8 +53,7 @@ jobs:
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
+ ./mvnw clean install -DskipTests
58
- name: Setup Pages
59
id: pages
60
uses: actions/configure-pages@v5
0 commit comments