From: Thibault Saunier Date: Sat, 1 Jun 2019 00:12:55 +0000 (-0400) Subject: gitlab: Always run hotdoc from git X-Git-Tag: 1.19.3~497^2~333 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35be7d2b91c47cf7dc8f56fdd295a8af2662b1f1;p=platform%2Fupstream%2Fgstreamer.git gitlab: Always run hotdoc from git We are moving too fast in hotdoc and the overhead of releasing and updating docker images is too big --- diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index b303c34..95c3cca 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -557,6 +557,7 @@ documentation: stage: deploy script: + - pip3 install --upgrade git+https://github.com/hotdoc/hotdoc.git - cd gst-build/ - ./gst-uninstalled.py hotdoc run --conf-file=build/subprojects/gst-docs/GStreamer-doc.json --fatal-warnings - cd -