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:
|
jobs:
|
||||||
Build-and-Deploy:
|
Build-and-Deploy:
|
||||||
steps:
|
steps:
|
||||||
- name: Install Git LFS
|
- name: Install Git LFS and Rsync
|
||||||
run: apt-get update && apt-get install git-lfs
|
run: apt-get update && apt-get install git-lfs rsync
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -29,9 +29,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
- name: Setup Rsync
|
|
||||||
uses: https://github.com/GuillaumeFalourd/setup-rsync@v1.2
|
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue