From 35be7d2b91c47cf7dc8f56fdd295a8af2662b1f1 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 31 May 2019 20:12:55 -0400 Subject: [PATCH] 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 --- gitlab/ci_template.yml | 1 + 1 file changed, 1 insertion(+) 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 - -- 2.7.4