We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff5b5c commit cc1d93dCopy full SHA for cc1d93d
.github/workflows/documentation.yml
@@ -24,10 +24,10 @@ jobs:
24
- uses: actions/checkout@v2
25
26
- name: Install LaTeX
27
- run: sudo apt-get install -y texlive-latex-base # texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended ghostscript
+ run: sudo apt-get install -y texlive-latex-base texlive-latex-extra texlive-fonts-recommended # texlive-fonts-extra texlive-latex-recommended ghostscript
28
29
- - name: Install optipng
30
- run: sudo apt-get install -y optipng
+ - name: Install optipng, dvipng and cm-super
+ run: sudo apt-get install -y optipng dvipng cm-super
31
32
- name: Set up Python ${{ matrix.python-version }}
33
uses: actions/setup-python@v2
0 commit comments