diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7b41fa2..82319d3 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,6 +10,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Set up container + run: | + apt update + apt install -y rsync + - name: Checkout repository uses: actions/checkout@v4