Skip to content

Commit 17e450b

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

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/GHPages.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
13-
- uses: docker://pandoc/latex:3.6.0-ubuntu
13+
- uses: docker://pandoc/latex:2.9
1414
with:
1515
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-
"
16+
sh build-resources-with-pandoc.sh
2217
- name: Install Packages
2318
run: |
2419
npm i -f

0 commit comments

Comments
 (0)