Trying to get the workflow running...9
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 26s

This commit is contained in:
Pascal Serrarens 2026-05-07 13:03:53 +02:00
parent 927fd6d3ca
commit 2b0db4fa02

View File

@ -28,4 +28,12 @@ jobs:
- name: Copy html folder - name: Copy html folder
run: | 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