Skip to content

Commit

Permalink
Build Entire Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 8, 2025
1 parent 6d5a51c commit 51c3a9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/site_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@ jobs:
- name: build documentation for web help
if: ${{ github.event.inputs.server_only != 'true' }}
run: |
pushd vcell-client
mvn clean install -DskipTests
popd
# - name: deploy installers and web help to vcell.org
# run: |
# set -ux
Expand All @@ -219,7 +217,7 @@ jobs:
- name: Deploy Web Help
run: |
set -ux
webhelp_local_dir="../../vcell-client/target/classes/vcellDoc"
webhelp_local_dir="~/work/vcell/vcell-client/target/classes/vcellDoc"
ssh_user="vcell"
webhelp_deploy_dir="${VCELL_WEBHELP_REMOTE_DIR}"
manager_node="${VCELL_MANAGER_NODE}"
Expand Down

0 comments on commit 51c3a9b

Please sign in to comment.