Skip to content

Commit 21adbbe

Browse files
authored
Update GHPages.yml
1 parent 28d15bc commit 21adbbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/GHPages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
args: |
1616
sh -c "
1717
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 \
18+
&& apk add --no-cache curl bash \
19+
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \
20+
&& source ~/.nvm/nvm.sh \
21+
&& nvm install --lts \
2222
&& npm install -g mermaid-filter \
2323
&& sh build-resources-with-pandoc.sh
2424
"

0 commit comments

Comments
 (0)