Skip to content

Commit 1483b5c

Browse files
committed
install mermaid-filter
1 parent 9873a00 commit 1483b5c

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
@@ -13,8 +13,8 @@ jobs:
1313
- name: Set up Dependencies
1414
run: |
1515
sudo apt-get update
16-
sudo apt-get install -y python3-pip
17-
pip3 install mermaid-filter
16+
sudo apt-get install -y npm
17+
npm install -g mermaid-filter
1818
- uses: docker://pandoc/latex:2.9
1919
with:
2020
args: |

0 commit comments

Comments
 (0)