From de1d99b2d987c172b99fd752fdf49ec29012cc5b Mon Sep 17 00:00:00 2001 From: vertighel Date: Wed, 18 Jun 2025 20:51:59 +0200 Subject: [PATCH] ciccio --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca42625..4ba211a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,8 +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 "creating fake node..." + - cp noctua/config/nodes.ini.template noctua/config/nodes.ini - echo "Building documentation..." - sphinx-apidoc -o docs/source ${PROJECT} # The final output directory MUST be named 'public' for GitLab Pages -- GitLab