From c6b064246ddc4b406b22bb02477f05d040205b6f Mon Sep 17 00:00:00 2001 From: NicolasGensollen Date: Mon, 3 Jun 2024 16:14:29 +0200 Subject: [PATCH] fix deploy step --- .github/workflows/build_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index c890008..42a28e2 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -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