Update .gitea/workflows/copy_documentation.yml
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 21s

This commit is contained in:
Pascal Serrarens 2026-05-07 14:27:21 +02:00
parent 911e52fc03
commit 348fee3cf7

View File

@ -29,3 +29,6 @@ jobs:
- name: Copy html folder
run: |
rsync -av --delete Documentation/html/ /web/nanobrain 2>&1
echo $HOSTNAME
ps aux | head
find / -path '*/web/nanobrain/*'