Update rsync installation by removing 'sudo' from the command.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 3m53s
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 3m53s
This commit is contained in:
parent
1eb9c89f3f
commit
8a13ea83e9
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
||||||
- name: Setup rsync
|
- 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
|
- name: Setup SSH Key
|
||||||
uses: webfactory/ssh-agent@v0.5.3
|
uses: webfactory/ssh-agent@v0.5.3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue