diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6e61498394ac7a47fa8110620cd806d65211784..ca42625b7f677cd710f11565b9f991a3db04d0c4 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