Skip to content

Commit

Permalink
Find the Documentation Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 8, 2025
1 parent 5862dd7 commit 8dbe601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/site_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ jobs:
# installer_deploy_dir=$VCELL_INSTALLER_REMOTE_DIR vcell_siteCamel=$VCELL_SITE_CAMEL vcell_version=$VCELL_VERSION vcell_build=$VCELL_BUILD \
# 'bash -s' < link-installers.sh
# fi
- name: Find VCellDoc Directory
run: |
set -ux
find / -type d -name "vcellDoc"
- name: Deploy Web Help
run: |
set -ux
Expand Down

0 comments on commit 8dbe601

Please sign in to comment.