diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 13a6756..aca7af8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -60,7 +60,7 @@ jobs: - name: install rsync run: | - apt-get update -y && apt-get install rsync + apt-get update -y && apt-get install rsync -y - name: rsync deployments uses: https://github.com/Burnett01/rsync-deployments@7.0.2