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