Skip to content

Commit be910d3

Browse files
committed
install mermaid-filter
1 parent 7beef17 commit be910d3

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
@@ -14,7 +14,8 @@ jobs:
1414
with:
1515
args: |
1616
sh -c "
17-
apk add --no-cache nodejs npm \
17+
apk update \
18+
&& apk add --no-cache nodejs npm \
1819
&& npm install -g mermaid-filter \
1920
&& sh build-resources-with-pandoc.sh
2021
"

0 commit comments

Comments
 (0)