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

Update .gitlab-ci.yml

parent ef1c9fba
No related branches found
No related tags found
No related merge requests found
...@@ -2,16 +2,7 @@ image: alpine ...@@ -2,16 +2,7 @@ image: alpine
pages: pages:
script: script:
- apk add --no-cache python3 - apt-get update -qq && apt-get install -y -qq python3, python3-pkgconfig, python3-pip, libfreetype6
- apk add --no-cache python3-pkgconfig
- apk add --no-cache libfreetype6
- python3 -m ensurepip
- pip3 install -r requirements.txt
- pip3 install sphinx
- pip3 install pytest
- apk --no-cache add make
- cd docs && make html
- mv build/html/ public/
artifacts: artifacts:
paths: paths:
- public - public
......
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