From 8c3c972ac5e446bf8a3099bd95fb885f007e1b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Tue, 11 Mar 2025 16:30:28 -0300 Subject: [PATCH] Update deploy.yml --- .forgejo/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 52b21e4..b07f6bf 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -18,6 +18,11 @@ jobs: with: node-version: 16 + - name: Install rsync + run: | + apt-get update + apt-get install -y rsync + - name: Install dependencies run: npm install