gitlab ci
This commit is contained in:
parent
67bfe0db16
commit
0923a848f5
|
|
@ -2,12 +2,12 @@ image: alpine
|
|||
|
||||
pages:
|
||||
script:
|
||||
- apk --no-cache add py3-pip python3-dev
|
||||
- apk --no-cache add py3-pip python3-dev gcc make
|
||||
- pip3 install -r dev_requirements.txt
|
||||
- apk --no-cache add make
|
||||
- cd docs
|
||||
- make html
|
||||
- mv _build/html/ public/
|
||||
- mv _build/ public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
|||
Loading…
Reference in New Issue