From fe0cbc54ed32dfc810ef59deef4c94669581e7e0 Mon Sep 17 00:00:00 2001 From: Martin Teichmann <martin.teichmann@xfel.eu> Date: Mon, 10 Feb 2025 16:27:38 +0100 Subject: [PATCH] change from -M to -b hopefully this way the result ends up in the right directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c995a42..ffd5e68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ pages: - apt-get install -y pandoc - pip3 install sphinx-autoapi - pip3 install nbsphinx - - sphinx-build -M html doc public + - sphinx-build -b html doc public pages: True artifacts: paths: -- GitLab