Build doc inside the venv with the deps
This commit is contained in:
parent
b4417b27a1
commit
8484f9e3c5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ build-doc:
|
|||
image: docker.louiz.org/poezio/poezio/doc-builder
|
||||
script:
|
||||
- ./update.sh
|
||||
- . ./poezio-venv/bin/activate
|
||||
- make doc
|
||||
- rm -rf /www/latest
|
||||
- mv doc/build/html/ /www/latest
|
||||
|
|
Loading…
Reference in a new issue