Skip to content

Commit

Permalink
Add installation of mermaid-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n committed Dec 24, 2024
1 parent 6af466b commit 2ad09a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
Expand Down

0 comments on commit 2ad09a7

Please sign in to comment.