From dabaa6297be135b3aabcf0562e03fa66b81b3688 Mon Sep 17 00:00:00 2001 From: ma91n Date: Tue, 24 Dec 2024 14:18:18 +0900 Subject: [PATCH] install mermaid-filter --- .github/workflows/GHPages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index a122cf5b..25287b92 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -16,6 +16,7 @@ jobs: sh -c " apk update \ && apk add --no-cache nodejs npm \ + && npm config set puppeteer_skip_chromium_download true -g && npm install -g mermaid-filter \ && sh build-resources-with-pandoc.sh "