From be47cc219992a9a94b30bfd62ff2c65c782d8ebc Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK <julien.wittouck@gmail.com> Date: Wed, 23 Oct 2024 10:51:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20:=20add=20chrome=20arg=20to=20di?= =?UTF-8?q?sable=20chrome=20sandbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see https://github.com/astefanutti/decktape/tree/master?tab=readme-ov-file#troubleshooting --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index d218cde..b64405e 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -48,7 +48,7 @@ tasks: OUTPUT: sh: echo $(dirname {{.INPUT}})/{{.FILE_NAME}}.pdf cmds: - - decktape {{.INPUT}} {{.OUTPUT}} + - decktape --chrome-arg=--no-sandbox {{.INPUT}} {{.OUTPUT}} export-pdf: run: always -- GitLab