We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc16aee commit 5481cb1Copy full SHA for 5481cb1
.github/workflows/pdfs.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Update the system
18
run: sudo apt-get -qq update
19
- name: Install pre-requisites for LaTeX
20
- sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-pstricks aspell aspell-en
+ run: sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-pstricks aspell aspell-en
21
- name: Run spellcheck
22
run: make spellcheck
23
- name: Compile first phase
0 commit comments