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

This commit is contained in:
mrzta
2026-02-12 18:21:18 +00:00
parent ecf997547c
commit 1c14e87724

View File

@@ -7,6 +7,13 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install NPM and Tools
run: |
apt-get update
apt-get install -y nodejs npm gettext-base # gettext-base provides envsubst
- name: Sync OVH Subfolder to Opt
run: |