Skip to content

Commit 42312f0

Browse files
committed
ci: Added rsync installation to the github action for mkdocs
1 parent 47a2fd2 commit 42312f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pdm mkdocs-build
2828

2929
- name: Install sshpass
30-
run: sudo apt-get update && sudo apt-get install -y sshpass
30+
run: sudo apt-get update && sudo apt-get install -y sshpass rsync
3131

3232
- name: Add VPS to known_hosts
3333
run: |

0 commit comments

Comments
 (0)