From 8df4591210c63f608af4852fc3656b80f778a91b Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Wed, 19 Jul 2023 17:09:16 -0400 Subject: [PATCH] Fixed website build on release. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 151c07d49..c7349bc3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,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