X-Git-Url: https://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=fda84b1cd44c6f613013d4ee53d00309f91f758e;hp=3a886bebf48bbb6f22a854f7eeb61785509436d4;hb=5456f4bf243ce06b21ed9933a769f076d5445c90;hpb=2dd50775877e07ba7aba08bdb04c6b8b05fb6555 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a886be..fda84b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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