We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab365d commit 38a0000Copy full SHA for 38a0000
.github/workflows/make.yml
@@ -10,14 +10,10 @@ jobs:
10
uses: actions/checkout@v4
11
with:
12
token: ${{ secrets.ACTION_TOKEN }}
13
- - name: Setup Pandoc and LaTeX
14
- uses: pandoc/actions/setup@v1
15
- with:
16
- version: latest
17
- - name: Install LaTeX fonts
+ - name: Install pandoc
18
run: |
19
sudo apt-get update
20
- sudo apt-get install -y texlive-fonts-extra
+ sudo apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended
21
- name: Make docs
22
run: make all
23
- name: Commit and push changes
0 commit comments