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 e2317ce commit 6e559fdCopy full SHA for 6e559fd
.github/workflows/GHPages.yml
@@ -10,15 +10,12 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
- - uses: docker://pandoc/latex:2.9
+ - uses: docker://pandoc/latex:3.6.0-ubuntu
14
with:
15
args: |
16
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 \
+ sudo apt update \
+ && sudo apt install -y nodejs npm \
22
&& npm install -g mermaid-filter \
23
&& sh build-resources-with-pandoc.sh
24
"
0 commit comments