Skip to content

Commit 65b6b28

Browse files
author
Corneil du Plessis
committed
Add rest docs generation with full profile to CI PR.
1 parent d52ec6c commit 65b6b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
shell: bash
1818
timeout-minutes: 75
1919
run: |
20-
./mvnw -B -s .github/settings.xml -Pdocs clean install --no-transfer-progress
20+
./mvnw -B -s .github/settings.xml -Pfull,docs clean install --no-transfer-progress
2121
scan:
2222
runs-on: ubuntu-latest
2323
steps:

0 commit comments

Comments
 (0)