add rsync step

This commit is contained in:
Sam Tate 2024-06-29 14:09:13 +01:00
parent e85df705df
commit 0fae93b743

View file

@ -19,6 +19,9 @@ jobs:
with: with:
hugo-version: '0.128.0' hugo-version: '0.128.0'
- name: Install rsync
run: apt install rsync
- name: Build - name: Build
run: hugo --minify run: hugo --minify