fix: enable shell-escape in test deployment for svg package support
Build and Deploy Verso / deploy (push) Successful in 1m6s
Build and Deploy Verso / deploy (push) Successful in 1m6s
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 <noreply@anthropic.com>
This commit is contained in:
@@ -300,6 +300,8 @@ jobs:
|
|||||||
# link-sharing users).
|
# link-sharing users).
|
||||||
- name: OVERLEAF_ENABLE_PROJECT_PYTHON_VENV
|
- name: OVERLEAF_ENABLE_PROJECT_PYTHON_VENV
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: OVERLEAF_LATEX_SHELL_ESCAPE
|
||||||
|
value: "true"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|||||||
Reference in New Issue
Block a user