Skip to content
Snippets Groups Projects
Unverified Commit abcbd2c1 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

CI: Initial gitlab CI configuration for building docs.

parent b2c673c9
No related branches found
No related tags found
No related merge requests found
Pipeline #166 failed with stage
in 1 minute and 24 seconds
image: goblinogm/sphinx-builder
cache:
paths:
- vendor
test:
script:
- cd /app
- pip install -I -r requirements.txt
- cd /app/docs
- make html
except:
- master
pages:
script:
- cd /app
- pip install -I -r requirements.txt
- cd /app/docs
- make html
- mv /app/docs/_build/html /app/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