image: python:3.7.3-alpine
pages:
script:
- apk --no-cache add make gcc musl-dev
- pip install -r dev_requirements.txt
- cd docs
- make html
artifacts:
paths:
- _build/html
only:
- master
A Fortis Scientia site