CI fix forgot to install rsync
All checks were successful
Build website / build-and-deploy (push) Successful in 30s
All checks were successful
Build website / build-and-deploy (push) Successful in 30s
This commit is contained in:
@@ -19,6 +19,11 @@ jobs:
|
|||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 17
|
java-version: 17
|
||||||
|
|
||||||
|
- name: Install software
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y rsync
|
||||||
|
|
||||||
- name: Install JBake
|
- name: Install JBake
|
||||||
run: |
|
run: |
|
||||||
JBAKE_VERSION=2.7.0
|
JBAKE_VERSION=2.7.0
|
||||||
|
|||||||
Reference in New Issue
Block a user