Skip to content

Commit a7f2397

Browse files
committed
Update workflow
1 parent c09a5f1 commit a7f2397

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- master
1111
- develop
1212

13+
1314
jobs:
1415
python-style-checks:
1516
runs-on: ubuntu-20.04
@@ -67,7 +68,8 @@ jobs:
6768
gsfonts \
6869
latexmk \
6970
texlive \
70-
texlive-latex-extra
71+
texlive-latex-extra \
72+
imagemagick
7173
7274
- name: Generate LaTeX code to check for errors
7375
run: |

0 commit comments

Comments
 (0)