From 0c530d0793dbbbb59e78a9462b12618eeac20ace Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 2 May 2026 14:01:00 +0200 Subject: [PATCH] Add rsync --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0346a4a..c2fe712 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,12 +6,12 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: debian-slim container: image: hugomods/hugo:debian-dart-sass-node-git-0.161.1 steps: - name: Install git-lfs - run: apt-get update -qq && apt-get install -y git-lfs + run: apt-get update -qq && apt-get install -y git-lfs rsync - name: Checkout with LFS uses: actions/checkout@v4