Skip to content

Commit

Permalink
change valid path
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n committed Dec 25, 2024
1 parent 2368c8a commit db7a465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-resources-with-pandoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RESOURCES_DIR="${ROOT_DIR}/public/resources"
apk update
apk add --no-cache nodejs npm chromium
export puppeteer_skip_chromium_download=true
export PUPPETEER_EXECUTABLE_PATH: '/usr/bin/google-chrome-stable'
export PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
npm i -g mermaid-filter

# Java
Expand Down

0 comments on commit db7a465

Please sign in to comment.