From e066c12d06589ce6210cd9e4a789576b848da4ad Mon Sep 17 00:00:00 2001 From: jcschaff Date: Fri, 10 May 2024 01:15:07 -0400 Subject: [PATCH] build entire project, not just vcell-client for web help. --- .github/workflows/site_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/site_deploy.yml b/.github/workflows/site_deploy.yml index f1cbabd00c..f4e9b7615c 100644 --- a/.github/workflows/site_deploy.yml +++ b/.github/workflows/site_deploy.yml @@ -210,7 +210,6 @@ jobs: if: ${{ github.event.inputs.server_only != 'true' }} run: | set -ux - cd vcell-client mvn clean install -DskipTests - name: deploy installers and singularity to kubernetes site and web help to vcell.org if: ${{ github.event.inputs.deployment_type == 'kubernetes' }}