Install rsync on the CI
All checks were successful
Deploy / Deploy Website (push) Successful in 29s

This commit is contained in:
Joshua Goins 2025-04-07 21:25:56 -04:00
parent b11d0bbec9
commit eddf854fab

View file

@ -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