Skip to content

Commit

Permalink
Adjust Maven goals for Github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Jan 1, 2023
1 parent 01d7758 commit 48eee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
distribution: temurin
java-version: 17
- name: Build with Maven
run: mvn -V -B package site
run: mvn -V -B install site

0 comments on commit 48eee58

Please sign in to comment.