]> kaliko git repositories - sid.git/blobdiff - .gitlab-ci.yml
doc: Document log plugin
[sid.git] / .gitlab-ci.yml
index fda84b1cd44c6f613013d4ee53d00309f91f758e..45f6aeed46195ebbf7b07d1577d4e4b9465b7d07 100644 (file)
@@ -28,8 +28,7 @@ tag_release:
   artifacts:
     paths:
     - dist/*.whl
-    - dist/*.tar.gz
-    - dist/*.zip
+    - dist/*.tar.*
     name: "$CI_PROJECT_NAME-$CI_COMMIT_TAG"
   only:
     - tags
@@ -37,12 +36,11 @@ tag_release:
 pages:
   stage: build
   script:
-  - pip install sphinx sphinx_rtd_theme slixmpp
+  - pip install sphinx sphinx_rtd_theme slixmpp feedparser python-debianbts
   - sphinx-build -d ./build/doctrees doc/source -b html ./public -D html_theme=sphinx_rtd_theme
   artifacts:
     paths:
     - public
   only:
   - master
-  - dev
   - ci