Skip to content

Commit 72a15b2

Browse files
committed
install mermaid-filter
1 parent 1483b5c commit 72a15b2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/GHPages.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
13-
- name: Set up Dependencies
14-
run: |
15-
sudo apt-get update
16-
sudo apt-get install -y npm
17-
npm install -g mermaid-filter
1813
- uses: docker://pandoc/latex:2.9
1914
with:
2015
args: |
21-
sh build-resources-with-pandoc.sh
16+
sh -c "
17+
&& apk add --no-cache nodejs npm \
18+
&& npm install -g mermaid-filter \
19+
&& sh build-resources-with-pandoc.sh
20+
"
2221
- name: Install Packages
2322
run: |
2423
npm i -f

0 commit comments

Comments
 (0)