Skip to content

Commit 6e559fd

Browse files
authored
Update GHPages.yml
1 parent e2317ce commit 6e559fd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/GHPages.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
13-
- uses: docker://pandoc/latex:2.9
13+
- uses: docker://pandoc/latex:3.6.0-ubuntu
1414
with:
1515
args: |
1616
sh -c "
17-
apk update \
18-
&& apk add --no-cache curl bash python3 \
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 \
17+
sudo apt update \
18+
&& sudo apt install -y nodejs npm \
2219
&& npm install -g mermaid-filter \
2320
&& sh build-resources-with-pandoc.sh
2421
"

0 commit comments

Comments
 (0)