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
d4727904d7
commit
911e52fc03
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user