From 2ad09a7accfd3c6adea43ca0338b3cb5286d3f95 Mon Sep 17 00:00:00 2001 From: ma91n Date: Tue, 24 Dec 2024 13:42:25 +0900 Subject: [PATCH] Add installation of mermaid-filter --- .github/workflows/GHPages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 27ab55c1..f98ae5f9 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -14,8 +14,8 @@ jobs: with: args: | sh -c " - apt-get update \ - && apt-get install -y python3-pip \ + apk update \ + && apk add python3 py3-pip pandoc \ && pip3 install mermaid-filter \ && sh build-resources-with-pandoc.sh "