Skip to content

Commit 9a2807e

Browse files
authored
Revert "delete installation of mermaid-filter (#200)"
This reverts commit 841343a.
1 parent 841343a commit 9a2807e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/GHPages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
args: sh build-resources-with-pandoc.sh
1616
- name: Install Packages
1717
run: |
18-
npm i -fz
18+
npm i -f
19+
npm i --global mermaid-filter
1920
- name: Build all
2021
run: |
2122
npm run build

0 commit comments

Comments
 (0)