Skip to content

Commit 46662ae

Browse files
committed
action pdflatex
1 parent 7a6f5b7 commit 46662ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install pandoc
1414
run: |
1515
sudo apt-get update
16-
sudo apt-get install -y pandoc
16+
sudo apt-get install -y pandoc pdflatex
1717
- name: Make docs
1818
run: make all
1919
- name: Commit and push changes

0 commit comments

Comments
 (0)