X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=de4dc95418b998ee1b2f4c41938890a67ea3fb45;hp=90f133a64a4a440d22b6754d4e5cf8db7b07e569;hb=refs%2Fheads%2Fmaster;hpb=89914ad1ef6d13963d856836d1b934cb02cfb837 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90f133a..6576783 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,6 +97,8 @@ build: - .gitlab-ci.yml - musicpd.py - test.py + - MANIFEST.in + - pyproject.toml - if: $CI_PIPELINE_SOURCE == "schedule" tag_release: @@ -120,7 +122,7 @@ build_doc: stage: build script: - pip install sphinx sphinx_rtd_theme - - sphinx-build doc/source -b html ./html -D html_theme=sphinx_rtd_theme + - sphinx-build doc/source -b html ./html -D html_theme=sphinx_rtd_theme -E -W -n --keep-going rules: - if: $CI_PIPELINE_SOURCE == "push" changes: