Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 42e5799

Browse files
Merge remote-tracking branch 'origin/2.2.x' into 2.3.x
2 parents e9d6521 + 6531c9e commit 42e5799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
restore-keys: |
2424
${{ runner.os }}-maven-
2525
- name: Build docs
26-
run: ./mvnw -pl docs clean package -Pdocs
26+
run: ./mvnw clean package -Pdocs,spring -DskipTests=true
2727
- name: Upload to S3
2828
env:
2929
AWS_ACCESS_KEY_ID: ${{ secrets.S3_AWS_ACCESS_KEY }}

0 commit comments

Comments
 (0)