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: