Skip to content

Commit

Permalink
[CI] Fix deploy step in documentation pipeline (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen authored Jun 6, 2024
1 parent a2c7d06 commit d200e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
echo $BRANCH_NAME
mv site "${BRANCH_NAME}"
ls "${BRANCH_NAME}"
scp -r "${BRANCH_NAME}" "aramislab:/srv/local/clinica/docs/public/${BRANCH_NAME}"
scp -r "${BRANCH_NAME}" aramislab:/srv/local/clinica/docs/public/

0 comments on commit d200e30

Please sign in to comment.