From 927fd6d3caf840d03ab6ecfb7fe85bdae5a26144 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 12:54:34 +0200 Subject: [PATCH] Trying to get the workflow running...8 --- .gitea/workflows/copy_documentation.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index f912c44..7973a87 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -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