Skip to content
Snippets Groups Projects
Verified Commit 80de16b6 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Better documentation build CI Job

parent 01c83369
No related branches found
No related tags found
No related merge requests found
......@@ -86,15 +86,12 @@ build_front:
pages:
stage: test
image: alpine
image: python:3.6-alpine
before_script:
- cd docs
script:
- apk --no-cache add py2-pip python-dev
- pip install sphinx
- apk --no-cache add make
- make html
- mv _build/html/ ../public
- python -m sphinx . ../public
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment