rsync needs to be installed to be used
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 39s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 39s
This commit is contained in:
@@ -23,6 +23,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
||||||
|
- name: Install rsync
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y rsync
|
||||||
|
|
||||||
- name: Install SSH Key
|
- name: Install SSH Key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user