We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6f5b7 commit 46662aeCopy full SHA for 46662ae
.github/workflows/make.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install pandoc
14
run: |
15
sudo apt-get update
16
- sudo apt-get install -y pandoc
+ sudo apt-get install -y pandoc pdflatex
17
- name: Make docs
18
run: make all
19
- name: Commit and push changes
0 commit comments