From 46552b053e05dae58065a75f12ba9a38e825cc74 Mon Sep 17 00:00:00 2001 From: Valentin Emiya <valentin.emiya@lis-lab.fr> Date: Fri, 4 Dec 2020 06:33:35 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e31dd03..26f7b66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,8 @@ pages: only: - master script: + - pwd + - ls - cd python - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas xarray - pip3 install 'scipy==1.4.1' -U @@ -29,7 +31,10 @@ pages: - python3 setup.py build_sphinx - pwd - ls - - cp -r build/sphinx/html public + - cd .. + - pwd + - ls + - cp -r python/build/sphinx/html public - ls public artifacts: paths: -- GitLab