Trying to get the workflow running...8
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 24s
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 24s
This commit is contained in:
parent
176f399482
commit
927fd6d3ca
@ -16,6 +16,11 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y rsync # Install required packages
|
||||
|
||||
- name: Ensure destination exists
|
||||
run: |
|
||||
sudo mkdir -p /volume1/web/passer_life/documentation/nanobrain
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user