diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c842332..51ac6cb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,6 +9,12 @@ jobs: deploy: runs-on: ubuntu-24.04 steps: + - name: Updating apt get + run: apt-get update -y + + - name: Install rsync + run: apt-get install rsync -y + - name: Checkout code uses: actions/checkout@v4