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:11:45 +02:00
parent d4727904d7
commit 911e52fc03

View File

@ -23,9 +23,9 @@ jobs:
- name: Ensure destination exists
run: |
sudo mkdir -p /web/nanobrain
sudo chown -R $USER:$USER /web/nanobrain
mkdir -p /web/nanobrain
chown -R $USER:$USER /web/nanobrain
- name: Copy html folder
run: |
rsync -a --delete Documentation/html/ /web/nanobrain
rsync -av --delete Documentation/html/ /web/nanobrain 2>&1