From 67b92d8faeb94e95d280a0fa1f019090c82cf70d Mon Sep 17 00:00:00 2001 From: Jan H <Jan.Habscheid@web.de> Date: Fri, 1 Nov 2024 13:19:15 +0100 Subject: [PATCH] Updated CI tags for now to fix it, need to add docker etc. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3eeedd..5841591 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,6 @@ stages: # Define stages in the pipeline # Job to build documentation build-docs: stage: build - tags: - - shell script: - sphinx-build docs/source docs/build # Build the documentation artifacts: @@ -19,8 +17,6 @@ build-docs: # Job to deploy documentation to GitLab Pages pages: stage: deploy - tags: - - shell script: - mv docs/build public # Move the build output to the "public" directory artifacts: -- GitLab