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

Update .gitlab-ci.yml

parent e05497b9
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,13 @@ image: python:3.6-alpine ...@@ -2,12 +2,13 @@ image: python:3.6-alpine
pages: pages:
script: script:
- apk add --no-cache pkg-config - apk --no-cache add py3-pip python-dev
- apk add --no-cache pkgconfig - pip install sphinx
- apk add --no-cache freetype - apk --no-cache add make
- pip install -r requirements.txt - cd docs && make html
- mv build/html/ public/
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - master
\ No newline at end of file
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