Install rsync on the CI
Some checks failed
Deploy / Deploy Website (push) Failing after 15s

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

View file

@ -11,6 +11,7 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
apt-get -y install rsync
- uses: actions/checkout@v4