CI fix forgot to install rsync
All checks were successful
Build website / build-and-deploy (push) Successful in 30s

This commit is contained in:
2025-12-31 23:49:53 +01:00
parent 8f6f0401ca
commit d1ab57cbf9

View File

@@ -19,6 +19,11 @@ jobs:
distribution: temurin
java-version: 17
- name: Install software
run: |
sudo apt-get update
sudo apt-get install -y rsync
- name: Install JBake
run: |
JBAKE_VERSION=2.7.0