gitlab ci
This commit is contained in:
parent
a9cd18b039
commit
f6356ce652
|
@ -6,8 +6,10 @@ pages:
|
||||||
- pip install -r dev_requirements.txt
|
- pip install -r dev_requirements.txt
|
||||||
- cd docs
|
- cd docs
|
||||||
- make html
|
- make html
|
||||||
|
- mkdir ../public/
|
||||||
|
- mv _build/html/ ../public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- _build/html
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue