diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0d6828a..fecc0ea 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,6 +11,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install rsync + run: apt-get update -qq && apt-get install -y rsync + - name: Install dependencies run: npm ci