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

Update gitlab-ci.yml.

parent 319bb60a
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,10 @@ image: alpine
pages:
script:
- pip3 install -r requirements.txt
- pip3 install sphinx
- apk add --no-cache python3
- python3 -m ensurepip
- pip install -r requirements.txt
- pip install sphinx
- apk --no-cache add make
- cd docs && make html
- mv build/html/ public/
......@@ -12,4 +14,3 @@ pages:
- 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