summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml17
1 files changed, 9 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18f128ae..f9822ef3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,16 +4,17 @@ stages:
build-doc:
stage: build
- image: python:3
+ only:
+ - branches@poezio/poezio
+ tags:
+ - www
+ image: docker.louiz.org/poezio/poezio/doc-builder
script:
- - pip3 install sphinx
+ - ./update.sh
+ - ln -s /usr/libexec/python3-sphinx/sphinx-build /usr/bin/
- make doc
- artifacts:
- expire_in: 2 weeks
- paths:
- - doc/build/html
- only:
- - master
+ - rm -rf /www/latest
+ - mv doc/build/html/ /www/latest
build-ubuntu:
stage: build