diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5220b229870bbeb443115d7441169c9dcd5cc5f..809f82e885e66e58f0ca019c90b3d954bd783fa5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,12 +4,12 @@ image: python:3.8-alpine stages: - - deploy + - build pages: tags: - sphinx - stage: deploy + stage: build script: - python3 -m pip install sphinx rtd - sphinx-build -b html docs/source/ public/