From b4cc9282bcaed1339142b387c3a511bdb86f9617 Mon Sep 17 00:00:00 2001 From: Volker von Holt <v.von-holt@ostfalia.de> Date: Sun, 9 Jun 2024 14:14:14 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 809f82e..168156c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,17 +1,14 @@ # This file is a template, and might need editing before it works on your project. # Full project: https://gitlab.com/pages/plain-html -image: python:3.8-alpine +image: python:3.8-slim stages: - build pages: - tags: - - sphinx - stage: build script: - - python3 -m pip install sphinx rtd + - pip3 install -r requirements.txt - sphinx-build -b html docs/source/ public/ artifacts: paths: -- GitLab