add rsync step
This commit is contained in:
parent
e85df705df
commit
0fae93b743
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ jobs:
|
|||
with:
|
||||
hugo-version: '0.128.0'
|
||||
|
||||
- name: Install rsync
|
||||
run: apt install rsync
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
||||
|
|
Loading…
Reference in a new issue