From 844df89ea5605eeaef3a56b165fb55efaf0aa2cb Mon Sep 17 00:00:00 2001 From: Ann-Kathrin Edrich <edrich@mbd.rwth-aachen.de> Date: Tue, 22 Oct 2024 18:10:38 +0200 Subject: [PATCH] Fix yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dc8b0c..4355c4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ stages: build-docs: stage: build script: - - sphinx-build -b html docs/source/ _build/html + - sphinx-build -b html docs/source/ docs/_build/html artifacts: paths: - docs/_build/html -- GitLab