Skip to content

Commit 3a633d8

Browse files
authored
Update deploy.yml
1 parent 8207636 commit 3a633d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ jobs:
5757
run: mvn --batch-mode --errors --update-snapshots -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy --file pom.xml
5858
- name: Build Javadoc
5959
continue-on-error: true
60-
run: mvn javadoc:aggregate -pl '-:openidm-ui,-:openidm-ui-admin' \
61-
-pl '-:openidm-ui-api,-:openidm-ui-common,-:openidm-ui-enduser' \
62-
-pl '-:openidm-zip'
60+
run: |
61+
mvn javadoc:aggregate -pl '-:openidm-ui,-:openidm-ui-admin' \
62+
-pl '-:openidm-ui-api,-:openidm-ui-common,-:openidm-ui-enduser' \
63+
-pl '-:openidm-zip'
6364
- name: Upload artifacts
6465
uses: actions/upload-artifact@v4
6566
with:

0 commit comments

Comments
 (0)