From eea8ea25199c5ecfcafac7837b84f913fc1f6bd5 Mon Sep 17 00:00:00 2001 From: Volker von Holt <v.von-holt@ostfalia.de> Date: Sun, 9 Jun 2024 10:28:00 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5220b2..809f82e 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/ -- GitLab