From c8446d16a130f282429f7e71807434340ee247ec Mon Sep 17 00:00:00 2001 From: mrzta <108747930+mrzta@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:48:09 +0000 Subject: [PATCH] Update deploy.yaml --- .gitea/workflows/deploy.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a2981df..514a78f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -5,11 +5,6 @@ jobs: deploy: runs-on: ubuntu-latest # REQUIRED: This matches your runner label steps: # REQUIRED: Steps must be under the 'steps' key - - name: Install Git - run: | - apt-get update - apt-get install -y git - - name: Checkout Code uses: actions/checkout@v4 with: