From 2b0db4fa0206c3f3d8d50e92f6231e6d66c924fc Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 13:03:53 +0200 Subject: [PATCH] Trying to get the workflow running...9 --- .gitea/workflows/copy_documentation.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 7973a87..05a977f 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -28,4 +28,12 @@ jobs: - name: Copy html folder run: | - rsync -a --delete Documentation/html/ /volume1/web/passer_life/documentation/nanobrain + sudo rsync -a --delete Documentation/html/ /volume1/web/passer_life/documentation/nanobrain + + - name: Debug rsync + run: | + set -x command -v rsync || echo "rsync missing" rsync -av --delete Documentation/html/ /volume1/web/passer_life/documentation/nanobrain echo "rsync exit:$?" + + - name: List paths + run: | + pwd ls -la Documentation || true ls -la Documentation/html || true ls -la /volume1/web/passer_life/documentation || true ls -la /volume1/web/passer_life/documentation/nanobrain || true \ No newline at end of file