From 2368c8a1327791c1f7433c2d5aef3b7933060970 Mon Sep 17 00:00:00 2001 From: ma91n Date: Wed, 25 Dec 2024 11:00:34 +0900 Subject: [PATCH] Add chronium --- build-resources-with-pandoc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-resources-with-pandoc.sh b/build-resources-with-pandoc.sh index 1a120450..0ba925a7 100644 --- a/build-resources-with-pandoc.sh +++ b/build-resources-with-pandoc.sh @@ -6,8 +6,9 @@ RESOURCES_DIR="${ROOT_DIR}/public/resources" # Install pandoc mermaid-filter via npm # https://github.com/raghur/mermaid-filter?tab=readme-ov-file#installation-and-usage apk update -apk add -y --no-cache nodejs npm +apk add --no-cache nodejs npm chromium export puppeteer_skip_chromium_download=true +export PUPPETEER_EXECUTABLE_PATH: '/usr/bin/google-chrome-stable' npm i -g mermaid-filter # Java