From cedb631e82eed8b1c6dbfadb82fba05ba607adcf Mon Sep 17 00:00:00 2001 From: Sam Tate Date: Wed, 28 Aug 2024 00:24:07 +0100 Subject: [PATCH] fixed setup rsync --- .forgejo/workflows/astro-deploy.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/astro-deploy.yaml b/.forgejo/workflows/astro-deploy.yaml index 80524fd..49c55c1 100644 --- a/.forgejo/workflows/astro-deploy.yaml +++ b/.forgejo/workflows/astro-deploy.yaml @@ -13,8 +13,8 @@ permissions: jobs: Build-and-Deploy: steps: - - name: Install Git LFS - run: apt-get update && apt-get install git-lfs + - name: Install Git LFS and Rsync + run: apt-get update && apt-get install git-lfs rsync - uses: actions/checkout@v4 with: @@ -29,9 +29,6 @@ jobs: with: node-version: 18 - - name: Setup Rsync - uses: https://github.com/GuillaumeFalourd/setup-rsync@v1.2 - - name: Build site run: npm run build