This commit is contained in:
parent
b11d0bbec9
commit
eddf854fab
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ jobs:
|
|||
echo "${{ secrets.DEPLOY_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
|
||||
- name: Install packages
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get -y install rsync
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Hugo
|
||||
|
|
Loading…
Add table
Reference in a new issue