Skip to content

Commit 3317174

Browse files
committed
install mermaid-filter
1 parent 2ad09a7 commit 3317174

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/GHPages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
13+
- name: Set up Dependencies
14+
run: |
15+
apt-get update
16+
apt-get install -y python3-pip
17+
pip3 install mermaid-filter
1318
- uses: docker://pandoc/latex:2.9
1419
with:
1520
args: |
16-
sh -c "
17-
apk update \
18-
&& apk add python3 py3-pip pandoc \
19-
&& pip3 install mermaid-filter \
20-
&& sh build-resources-with-pandoc.sh
21-
"
21+
sh build-resources-with-pandoc.sh
2222
- name: Install Packages
2323
run: |
2424
npm i -f

0 commit comments

Comments
 (0)