Skip to content

Commit

Permalink
feat: optimize website build (apache#13191)
Browse files Browse the repository at this point in the history
Signed-off-by: LiLi <[email protected]>
  • Loading branch information
urfreespace authored Dec 15, 2021
1 parent 8378e64 commit b3c5772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pulsar-website-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
df -h
- name: run install by skip tests
run: mvn -q -B -ntp clean install -DskipTests -DskipSourceReleaseAssembly=true -Dspotbugs.skip=true -Dlicense.skip=true
run: mvn -q -B -ntp install -Pcore-modules,-main -DskipTests -DskipSourceReleaseAssembly=true -Dspotbugs.skip=true -Dlicense.skip=true

- name: generate swagger json file
run: mvn -B -ntp -pl pulsar-broker install -DskipTests -Pswagger
Expand Down

0 comments on commit b3c5772

Please sign in to comment.