Skip to content

Commit

Permalink
[CI] Use rsync instead of scp for deploying doc (#1301)
Browse files Browse the repository at this point in the history
* use rsync instead of scp for deploying doc

* try adding symlink
  • Loading branch information
NicolasGensollen authored Sep 26, 2024
1 parent 393e4c4 commit 5cb4747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
echo $BRANCH_NAME
mv site "${BRANCH_NAME}"
ls "${BRANCH_NAME}"
scp -r "${BRANCH_NAME}" aramislab:/srv/local/clinica/docs/public/
rsync -zav "${BRANCH_NAME}" aramislab:/srv/local/clinica/docs/public/
1 change: 1 addition & 0 deletions docs/index.md

0 comments on commit 5cb4747

Please sign in to comment.