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

Add .gitlab-ci.yml

parent 283e0a6e
No related branches found
No related tags found
No related merge requests found
image: alpine
pages:
script:
- pip install -r requirements.txt
- pip install sphinx
- make html
- mv _build/html/ public/
artifacts:
paths:
- public
only:
- master
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