gitlab ci
This commit is contained in:
parent
f6356ce652
commit
d20705ba3b
|
|
@ -6,8 +6,7 @@ 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
|
||||||
- mv _build/html/ ../public/
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue