fixed setup rsync
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Has been cancelled
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Has been cancelled
This commit is contained in:
parent
4cb95b1fd8
commit
cedb631e82
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue