Trying to get the workflow running...9
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 26s
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 26s
This commit is contained in:
parent
927fd6d3ca
commit
2b0db4fa02
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user