]> kaliko git repositories - sid.git/commitdiff
ci: Add missing slixmpp dependency
authorkaliko <kaliko@azylum.org>
Wed, 6 May 2020 11:58:35 +0000 (13:58 +0200)
committerkaliko <kaliko@azylum.org>
Wed, 6 May 2020 14:50:16 +0000 (16:50 +0200)
.gitlab-ci.yml

index 3a886bebf48bbb6f22a854f7eeb61785509436d4..fda84b1cd44c6f613013d4ee53d00309f91f758e 100644 (file)
@@ -37,7 +37,7 @@ tag_release:
 pages:
   stage: build
   script:
-  - pip install sphinx sphinx_rtd_theme
+  - pip install sphinx sphinx_rtd_theme slixmpp
   - sphinx-build -d ./build/doctrees doc/source -b html ./public -D html_theme=sphinx_rtd_theme
   artifacts:
     paths:
@@ -45,3 +45,4 @@ pages:
   only:
   - master
   - dev
+  - ci