Update .gitea/workflows/copy_documentation.yml
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 21s
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 21s
This commit is contained in:
parent
911e52fc03
commit
348fee3cf7
@ -29,3 +29,6 @@ jobs:
|
|||||||
- name: Copy html folder
|
- name: Copy html folder
|
||||||
run: |
|
run: |
|
||||||
rsync -av --delete Documentation/html/ /web/nanobrain 2>&1
|
rsync -av --delete Documentation/html/ /web/nanobrain 2>&1
|
||||||
|
echo $HOSTNAME
|
||||||
|
ps aux | head
|
||||||
|
find / -path '*/web/nanobrain/*'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user