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

Commit 6531c9e

Browse files
Fix Github action building docs.
1 parent f830f6a commit 6531c9e

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)