From e29e3f77b7cf2f418034fbfc4e51820c7e805d33 Mon Sep 17 00:00:00 2001 From: Ann-Kathrin Edrich <edrich@mbd.rwth-aachen.de> Date: Tue, 22 Oct 2024 18:07:24 +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 67dbcc6..5dc8b0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,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