We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851939b commit 5e69f58Copy full SHA for 5e69f58
.github/workflows/make.yml
@@ -5,6 +5,7 @@ permissions:
5
jobs:
6
report:
7
runs-on: ubuntu-latest
8
+ container: pandoc/latex
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v4
@@ -13,7 +14,7 @@ jobs:
13
14
- name: Install pandoc
15
run: |
16
sudo apt-get update
- sudo apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-recommended
17
+ sudo apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended
18
- name: Make docs
19
run: make all
20
- name: Commit and push changes
0 commit comments