From bd888ec4778632071b4707b69260107280542111 Mon Sep 17 00:00:00 2001 From: Martin Teichmann <martin.teichmann@xfel.eu> Date: Mon, 10 Feb 2025 13:07:56 +0100 Subject: [PATCH] add missing command line parameter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27207e0..3aecdc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ image: sphinxdoc/sphinx before_script: [] pages: script: - - sphinx-build html doc public + - sphinx-build -M html doc public artifacts: paths: # The folder that contains the files to be exposed at the Page URL -- GitLab