Skip to content
Snippets Groups Projects
Commit 46552b05 authored by Valentin Emiya's avatar Valentin Emiya
Browse files

Update .gitlab-ci.yml

parent f291bf06
Branches
No related tags found
No related merge requests found
Pipeline #6088 canceled
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment