Skip to content

Commit

Permalink
Fix site failing to find deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Jul 4, 2024
1 parent 3543796 commit 501c04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
cache: 'maven'

- name: Build site
run: ../mvnw -B site -DskipTests
run: ../mvnw -B compile site -DskipTests -T2C
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}

- name: Deploy to Github pages
Expand Down

0 comments on commit 501c04d

Please sign in to comment.