Skip to content

Commit

Permalink
GH-250: Don't run tests for site generation job
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Jun 23, 2024
1 parent a018b49 commit ca3f959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./mvnw -B versions:set -DnewVersion="${{ inputs.version }}"

- name: Build the site
run: ./mvnw -B clean verify site
run: ./mvnw -B clean site -Dmaven.test.skip -Dinvoker.skip -Dcheckstyle.skip

- name: Upload site
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ca3f959

Please sign in to comment.