Install rsync in deploy workflow

The runner image doesn't include rsync by default.
This commit is contained in:
Graham McIntire 2026-02-17 10:17:57 -06:00
parent 8d9cca889a
commit be9f97feb9
No known key found for this signature in database

View file

@ -24,6 +24,9 @@ jobs:
- name: Build
run: zola build
- name: Install rsync
run: apt-get update && apt-get install -y rsync
- name: Deploy via rsync
run: |
mkdir -p ~/.ssh