From 06cdadb772166481b25b9365ff4bcaffdf4ffdbf Mon Sep 17 00:00:00 2001 From: Junki Mano Date: Tue, 24 Dec 2024 13:08:40 +0900 Subject: [PATCH] Revert "delete installation of mermaid-filter (#200)" (#201) This reverts commit 841343a57edb44ff4aae7cdd6e12adbfa18d9c84. --- .github/workflows/GHPages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 9c73de54..4173da68 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -15,7 +15,8 @@ jobs: args: sh build-resources-with-pandoc.sh - name: Install Packages run: | - npm i -fz + npm i -f + npm i --global mermaid-filter - name: Build all run: | npm run build