We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b17c5d commit 2368c8aCopy full SHA for 2368c8a
build-resources-with-pandoc.sh
@@ -6,8 +6,9 @@ RESOURCES_DIR="${ROOT_DIR}/public/resources"
6
# Install pandoc mermaid-filter via npm
7
# https://github.com/raghur/mermaid-filter?tab=readme-ov-file#installation-and-usage
8
apk update
9
-apk add -y --no-cache nodejs npm
+apk add --no-cache nodejs npm chromium
10
export puppeteer_skip_chromium_download=true
11
+export PUPPETEER_EXECUTABLE_PATH: '/usr/bin/google-chrome-stable'
12
npm i -g mermaid-filter
13
14
# Java
0 commit comments