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 dabaa62 commit e053f77Copy full SHA for e053f77
.github/workflows/GHPages.yml
@@ -16,7 +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
+ && 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