From f033fb8844d8282b982c4fc3131e1848c19fede1 Mon Sep 17 00:00:00 2001 From: Davide Ricci Date: Wed, 18 Jun 2025 17:19:40 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7035602..34b4c15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,8 +140,8 @@ pages: script: - echo "Current directory $(pwd)" - echo "Building docs..." -# - sphinx-apidoc -o docs/source noctua - - sphinx-build -b html docs/source public + - sphinx-apidoc -o docs/source noctua + - sphinx-build -b html docs/source docs/public artifacts: paths: - . # Pass the modified workspace -- GitLab