diff options
author | mathieui <mathieui@mathieui.net> | 2018-10-13 13:44:37 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-10-13 13:44:54 +0200 |
commit | 8484f9e3c5912747babf941deb7aef81631fc7b1 (patch) | |
tree | 0d1923e8502b8ed1156044119ac79a8e94cd88da | |
parent | b4417b27a126ae9bce97d100ac67d90a96739d16 (diff) | |
download | poezio-8484f9e3c5912747babf941deb7aef81631fc7b1.tar.gz poezio-8484f9e3c5912747babf941deb7aef81631fc7b1.tar.bz2 poezio-8484f9e3c5912747babf941deb7aef81631fc7b1.tar.xz poezio-8484f9e3c5912747babf941deb7aef81631fc7b1.zip |
Build doc inside the venv with the deps
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68e9f517..f1f09443 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |