diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 6382223..2280427 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Install rsync run: | - sudo apt-get update && sudo apt-get install -y rsync + apt-get update && apt-get install -y rsync - name: Deploy files to server run: |