Update rsync installation by removing 'sudo' from the command.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 3m53s

This commit is contained in:
Andreas Hnida 2024-04-17 23:42:37 +02:00
commit 8a13ea83e9

View file

@ -60,7 +60,7 @@ jobs:
run: hugo --minify
- name: Setup rsync
run: sudo apt-get update && sudo apt-get install -y rsync
run: apt-get update && apt-get install -y rsync
- name: Setup SSH Key
uses: webfactory/ssh-agent@v0.5.3