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

Add .gitlab-ci.yml

parent 34154cc2
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,12 @@ image: alpine
pages:
script:
- apk --no-cache add py2-pip python-dev
- pip install -r requirements.txt
- pip install sphinx
- make html
- mv _build/html/ public/
- apk --no-cache add make
- 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