Skip to content

Commit

Permalink
Purge Maven Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 8, 2025
1 parent 519a0f3 commit 98e0652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/site_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
- name: build documentation for web help
if: ${{ github.event.inputs.server_only != 'true' }}
run: |
mvn dependency:purge-local-repository -DmanualInclude="groupId:artifactId"
mvn clean install --update-snapshots -DskipTests
# - name: deploy installers and web help to vcell.org
# run: |
Expand All @@ -217,7 +218,7 @@ jobs:
- name: Deploy Web Help
run: |
set -ux
webhelp_local_dir="~/work/vcell/vcell-client/target/classes/vcellDoc"
webhelp_local_dir="~/work/vcell/vcell/vcell-client/target/classes/vcellDoc"
ssh_user="vcell"
webhelp_deploy_dir="${VCELL_WEBHELP_REMOTE_DIR}"
manager_node="${VCELL_MANAGER_NODE}"
Expand Down Expand Up @@ -259,7 +260,7 @@ jobs:
# --data "@body"
- name: Setup tmate session 3
uses: mxschmitt/action-tmate@v3

- name: Setup tmate session 3
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
Expand Down

0 comments on commit 98e0652

Please sign in to comment.