Update deploy.yaml
Some checks failed
Deploy Monorepo to Opt / deploy (push) Failing after 1m52s

This commit is contained in:
mrzta
2026-02-12 18:48:09 +00:00
parent a3452b0e92
commit c8446d16a1

View File

@@ -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: