Skip to content

Commit

Permalink
fix deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Jun 3, 2024
1 parent 0ceaf59 commit c6b0642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
sed -i 's+github/aramis-lab/clinicadl_handbook/blob/main/jupyter-book/notebooks+github/aramis-lab/clinicadl_handbook/blob/main/notebooks+g' ./jupyter-book/_build/html/notebooks/*.html
- name: Deploy documentation
run: |
ls doc_html
scp -r doc_html aramislab:/srv/local/clinicadl/tutoriel/2023/html
ls jupyter-book/_build/html
scp -r jupyter-book/_build/html/* aramislab:/srv/local/clinicadl/tutoriel/2023/html

0 comments on commit c6b0642

Please sign in to comment.