Trying to get the workflow running...8
All checks were successful
Copy Documentation to webserver / copy-documentation (push) Successful in 24s

This commit is contained in:
Pascal Serrarens 2026-05-07 12:54:34 +02:00
parent 176f399482
commit 927fd6d3ca

View File

@ -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