Skip to content

Commit

Permalink
Update RSync Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 8, 2025
1 parent d277843 commit 3c94095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webhelp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Deploy Web Help Documentation
runs-on: ubuntu-20.04
steps:
- name: checkout tag
- name: checkout repository
uses: actions/checkout@v4

- name: setup global environment variables
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
set -ux
ssh-keyscan $VCELL_MANAGER_NODE >> ~/.ssh/known_hosts
webhelp_local_dir="~/work/vcell/vcell/vcell-client/target/classes/vcellDoc"
webhelp_local_dir="vcell-client/target/classes/vcellDoc"
ssh_user=${{ secrets.CD_FULL_USER }}
webhelp_deploy_dir="${VCELL_WEBHELP_REMOTE_DIR}"
manager_node="${VCELL_MANAGER_NODE}"
Expand Down

0 comments on commit 3c94095

Please sign in to comment.