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 28d15bc commit 21adbbeCopy full SHA for 21adbbe
.github/workflows/GHPages.yml
@@ -15,10 +15,10 @@ jobs:
15
args: |
16
sh -c "
17
apk update \
18
- && apk add --no-cache nodejs npm \
19
- && npm update -g npm \
20
- && npm -v \
21
- && npm config set puppeteer_skip_chromium_download true -g \
+ && apk add --no-cache curl bash \
+ && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \
+ && source ~/.nvm/nvm.sh \
+ && nvm install --lts \
22
&& npm install -g mermaid-filter \
23
&& sh build-resources-with-pandoc.sh
24
"
0 commit comments