We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e053f77 commit f85ce8eCopy full SHA for f85ce8e
.github/workflows/GHPages.yml
@@ -16,6 +16,7 @@ jobs:
16
sh -c "
17
apk update \
18
&& apk add --no-cache nodejs npm \
19
+ && npm -v \
20
&& npm config set puppeteer_skip_chromium_download true -g \
21
&& npm install -g mermaid-filter \
22
&& sh build-resources-with-pandoc.sh
0 commit comments