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 be910d3 commit dabaa62Copy full SHA for dabaa62
.github/workflows/GHPages.yml
@@ -16,6 +16,7 @@ jobs:
16
sh -c "
17
apk update \
18
&& apk add --no-cache nodejs npm \
19
+ && npm config set puppeteer_skip_chromium_download true -g
20
&& npm install -g mermaid-filter \
21
&& sh build-resources-with-pandoc.sh
22
"
0 commit comments