Skip to content

Commit

Permalink
Fixes #4212 - Refactor docs to use Maven site plugin from root project
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Nov 17, 2024
1 parent f0a75af commit a16746c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
java-version: 21
- name: Build with Maven
run: |
mvn -B -DskipTests -DskipITs -ntp site
mvn -B -DskipTests -DskipITs -ntp -T 1 site
maven-plugin:
needs: docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit a16746c

Please sign in to comment.