Skip to content

Commit de862f6

Browse files
authored
Set 'Build Javadoc' step in the deploy workflow optional (#812)
1 parent 0a63b67 commit de862f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
if: ${{ github.event.workflow_run.event=='push' && env.MAVEN_USERNAME!='' && env.MAVEN_PASSWORD!=''}}
5656
run: mvn --batch-mode --errors --update-snapshots -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy --file pom.xml
5757
- name: Build Javadoc
58+
continue-on-error: true
5859
run: |
5960
mvn javadoc:aggregate -pl '-:openam-server,-:openam-server-only' \
6061
-pl '-:openam-ui,-:openam-ui-ria,-:openam-ui-api' \

0 commit comments

Comments
 (0)