diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6064e1a8..340f9007 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Install SSH and rsync - run: apk add --no-cache openssh-client rsync + run: apk add --no-cache openssh-client rsync git - name: Checkout uses: actions/checkout@v4