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

Update .gitlab-ci.yml

parent 2b087cc8
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,9 @@ image: python:3.6-alpine ...@@ -2,8 +2,9 @@ image: python:3.6-alpine
pages: pages:
script: script:
- pip install -r requirements.txt - apk add --no-cache python3-pkgconfig
- pip install sphinx, pytest - pip install sphinx, pytest
- pip install -r requirements.txt
- cd docs && make html - cd docs && make html
- mv build/html/ public/ - mv build/html/ public/
artifacts: artifacts:
......
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