gitlab ci
This commit is contained in:
parent
b56c4b938f
commit
07df310846
|
|
@ -2,12 +2,10 @@ image: python:3.7.3-slim-stretch
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- apt update
|
|
||||||
- apt install -y build-essential
|
|
||||||
- pip3 install --upgrade pip
|
|
||||||
- pip3 install -r dev_requirements.txt
|
- pip3 install -r dev_requirements.txt
|
||||||
- cd docs
|
- cd docs
|
||||||
- make html
|
- make html
|
||||||
|
- mkdir public
|
||||||
- mv _build/html public/
|
- mv _build/html public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue