gitlab ci
This commit is contained in:
parent
07df310846
commit
2bd1f1a539
|
@ -2,6 +2,7 @@ image: python:3.7.3-slim-stretch
|
|||
|
||||
pages:
|
||||
script:
|
||||
- apt update && apt install build-essential
|
||||
- pip3 install -r dev_requirements.txt
|
||||
- cd docs
|
||||
- make html
|
||||
|
|
Loading…
Reference in New Issue