Skip to content

Commit 2ad09a7

Browse files
committed
Add installation of mermaid-filter
1 parent 6af466b commit 2ad09a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GHPages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
with:
1515
args: |
1616
sh -c "
17-
apt-get update \
18-
&& apt-get install -y python3-pip \
17+
apk update \
18+
&& apk add python3 py3-pip pandoc \
1919
&& pip3 install mermaid-filter \
2020
&& sh build-resources-with-pandoc.sh
2121
"

0 commit comments

Comments
 (0)