From daabccadd5372f7209892080bb175ad4e1eaae75 Mon Sep 17 00:00:00 2001 From: Martin Teichmann <martin.teichmann@xfel.eu> Date: Mon, 10 Feb 2025 13:31:58 +0100 Subject: [PATCH] add pages marker --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aaea8e3..c995a42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ pages: - pip3 install sphinx-autoapi - pip3 install nbsphinx - sphinx-build -M html doc public + pages: True artifacts: paths: # The folder that contains the files to be exposed at the Page URL -- GitLab