From 8dbe601ba83a782d1b8323ca53c07064ea081ec3 Mon Sep 17 00:00:00 2001 From: Ezequiel Valencia Date: Wed, 8 Jan 2025 08:10:59 -0500 Subject: [PATCH] Find the Documentation Directory --- .github/workflows/site_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/site_deploy.yml b/.github/workflows/site_deploy.yml index e4f04fde48..ca61c92a33 100644 --- a/.github/workflows/site_deploy.yml +++ b/.github/workflows/site_deploy.yml @@ -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