Skip to content
Snippets Groups Projects
Commit 2b087cc8 authored by Jeremy Commins's avatar Jeremy Commins
Browse files

Update .gitlab-ci.yml

parent 0a1d2c36
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@ image: python:3.6-alpine
pages:
script:
- pip install sphinx
- pip install -r requirements.txt
- pip install sphinx, pytest
- cd docs && make html
- mv build/html/ 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