X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=.gitlab-ci.yml;h=8ed09988737e678772cdcdaa3152cdf43fa0d0aa;hb=267f302175ea2b9f6b6d227fcf3ffc1a88d7588b;hp=ff576c064df4ca817d4e4b6d9e4d7725de94ed3f;hpb=f3611c77b044f33571434326abb8ad0485bf6278;p=python-musicpd.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff576c0..8ed0998 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,3 +44,14 @@ tag_release: name: "$CI_PROJECT_NAME-$CI_COMMIT_TAG" only: - tags + +pages: + stage: build + script: + - pip install sphinx sphinx_rtd_theme + - sphinx-build -d ./build/doctrees doc/source -b html ./public -D html_theme=sphinx_rtd_theme + artifacts: + paths: + - public + only: + - master