Skip to content
Snippets Groups Projects
Commit f86d0b75 authored by Olivier Cots's avatar Olivier Cots
Browse files

rm gitlab ci file

parent 163cd3e4
Branches
No related tags found
No related merge requests found
image: intelpython/intelpython3_full:latest
pages:
stage: deploy
before_script:
- conda install -c conda-forge pandoc
script:
- python --version
- python -m pip install -r requirements.txt
- pip list
- conda list
- python -m sphinx -b html doc/ public
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment