From c858cdf6b456d7724e724acaef137a4a053cc071 Mon Sep 17 00:00:00 2001 From: vertighel Date: Wed, 18 Jun 2025 20:46:01 +0200 Subject: [PATCH] ciccio --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6e6149..ca42625 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,6 +139,8 @@ pages: # Install doc dependencies - pip install -r docs/requirements.txt script: + - echo "Listing all files in the project to debug..." + - ls -lR # This lists all files and directories recursively - echo "Building documentation..." - sphinx-apidoc -o docs/source ${PROJECT} # The final output directory MUST be named 'public' for GitLab Pages -- GitLab