Skip to content

Commit 02730e3

Browse files
committed
add latexmk
1 parent 2c0174f commit 02730e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Build PDF Documentation
2424
run: |
25-
sudo apt-get install -y texlive-latex-base
25+
sudo apt-get install -y texlive-latex-base latexmk
2626
make -C doc latexpdf
2727
2828
- name: Upload HTML Documentation

0 commit comments

Comments
 (0)