Skip to content

Commit

Permalink
Update Purge Local Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 8, 2025
1 parent 98e0652 commit 2f6ecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +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 dependency:purge-local-repository -DmanualInclude="net.minidev:json-smart"
mvn clean install --update-snapshots -DskipTests
# - name: deploy installers and web help to vcell.org
# run: |
Expand Down

0 comments on commit 2f6ecf6

Please sign in to comment.