fixed setup rsync
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Has been cancelled

This commit is contained in:
Sam Tate 2024-08-28 00:24:07 +01:00
parent 4cb95b1fd8
commit cedb631e82

View file

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