Skip to content

Commit 05f4eb0

Browse files
committed
Ignore javadoc errors in GitHub CI action
1 parent ff41a1a commit 05f4eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: mvn -s settings.xml -Pintegration-tests -Pjavadoc -Dfailsafe.rerunFailingTestsCount=3 --batch-mode --update-snapshots deploy
4444

4545
- name: Generate Java docs
46-
run: mvn javadoc:aggregate
46+
run: mvn javadoc:aggregate -Dmaven.javadoc.failOnError=false
4747

4848
- name: Generate assembly
4949
working-directory: spring-ai-docs

0 commit comments

Comments
 (0)