From 414b04e459b46581e4b58332a71f43a89c2fcaae Mon Sep 17 00:00:00 2001 From: Ann-Kathrin Edrich <edrich@mbd.rwth-aachen.de> Date: Wed, 23 Oct 2024 12:17:08 +0200 Subject: [PATCH] Update yml file --- .gitlab-ci.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecb0871..8ac033f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,33 +26,4 @@ pages: - public only: - main -image: python:3.7 - -before_script: - - pip install sphinx - - pip install -r requirements.txt - -stages: - - build - - deploy # Add the deploy stage here - -build-docs: - stage: build - script: - - sphinx-build -b html docs/source/ docs/build/html - artifacts: - paths: - - docs/build/html - only: - - main - -pages: - stage: deploy - script: - - mv docs/build/html public - artifacts: - paths: - - public - only: - - main -- GitLab