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