From 4899afd45f468a7c1638dbc4ce33d16c2eedd42c Mon Sep 17 00:00:00 2001 From: claude Date: Wed, 10 Jun 2026 15:10:06 +0000 Subject: [PATCH] fix: enable shell-escape in test deployment for svg package support OVERLEAF_LATEX_SHELL_ESCAPE=true was added to the prod workflow but missed in the test workflow, so the svg package still failed on test.alocoq.fr despite inkscape being installed in the image. Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/deploy-verso.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy-verso.yml b/.gitea/workflows/deploy-verso.yml index 24e2e11945..10f3c23ced 100644 --- a/.gitea/workflows/deploy-verso.yml +++ b/.gitea/workflows/deploy-verso.yml @@ -300,6 +300,8 @@ jobs: # link-sharing users). - name: OVERLEAF_ENABLE_PROJECT_PYTHON_VENV value: "true" + - name: OVERLEAF_LATEX_SHELL_ESCAPE + value: "true" --- apiVersion: v1 kind: Service