From 1c14e87724d8ffaf64328ba8fa025a375980a619 Mon Sep 17 00:00:00 2001 From: mrzta <108747930+mrzta@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:21:18 +0000 Subject: [PATCH] Update deploy.yaml --- .gitea/workflows/deploy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 2cdac4a..d46ecc0 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,7 +7,14 @@ 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: | # Create the target path on the host