From b87f40f43e3b7975bf16be4adb702165d46cfa25 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 14:04:34 +0200 Subject: [PATCH] Trying to get the workflow running...10 --- .gitea/workflows/copy_documentation.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 05a977f..a3ca925 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -23,17 +23,9 @@ jobs: - name: Ensure destination exists run: | - sudo mkdir -p /volume1/web/passer_life/documentation/nanobrain - sudo chown -R $USER:$USER /volume1/web/passer_life/documentation/nanobrain + sudo mkdir -p /web/nanobrain + sudo chown -R $USER:$USER /web/nanobrain - name: Copy html folder run: | - 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 + sudo rsync -a --delete Documentation/html/ /web/nanobrain