Skip to content

Commit

Permalink
Restore PDF rendering that got removed somehow
Browse files Browse the repository at this point in the history
We need at least one build to properly test it so that it doesn't fail
at release time.

It used to be tested but somehow someone removed it.
  • Loading branch information
gsmet committed May 20, 2020
1 parent e17e06d commit 81e9667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
restore-only: ${{ github.event_name == 'pull_request' }}
- name: Build
run: |
mvn -e -B -DskipTests=true -Dno-format -DskipDocs clean install
mvn -e -B -DskipTests -DskipITs -Dno-format -Ddocumentation-pdf clean install
- name: Tar Maven Repo
shell: bash
run: tar -czvf maven-repo.tgz -C ~ .m2/repository
Expand Down

0 comments on commit 81e9667

Please sign in to comment.