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