From d1914c2527bf054666e057936a887849bf0d2594 Mon Sep 17 00:00:00 2001 From: Davide Ricci Date: Wed, 18 Jun 2025 17:24:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34b4c15..884cfdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -141,7 +141,7 @@ pages: - echo "Current directory $(pwd)" - echo "Building docs..." - sphinx-apidoc -o docs/source noctua - - sphinx-build -b html docs/source docs/public + - sphinx-build -b html docs/source docs/public/html artifacts: paths: - . # Pass the modified workspace -- GitLab