Skip to content

Commit

Permalink
Fixed website build on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jul 19, 2023
1 parent 8a6096e commit 2ed8fa0
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 @@ -50,7 +50,7 @@ jobs:
# -------------------------
- name: Build Website
run: |
mvn -B -e -Pgpg -Prelease -Preporting install site site:stage
mvn -B -e -Prelease -Preporting install site site:stage
- name: Run Website Deploy Script
run: |
touch target/staging/.nojekyll
Expand Down

0 comments on commit 2ed8fa0

Please sign in to comment.