diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ce8ab1b..335e2c3 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -8,12 +8,10 @@ jobs: build-and-deploy: if: github.repository != 'profectus-engine/Profectus' # Don't build placeholder mod on main repo runs-on: docker - container: alpine:3.18 steps: - - name: Setup NodeJS - uses: actions/setup-node@v3 - with: - node-version: 18 + - name: Setup RSync + uses: GuillaumeFalourd/setup-rsync@v1.1 + run: rsync --version - name: Checkout 🛎️ uses: actions/checkout@v2