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 d735a2e commit b8dc11fCopy full SHA for b8dc11f
.github/workflows/gh-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
sudo apt -y update
32
sudo apt -y install --no-install-recommends git python3 python3-pip doxygen
33
- sudo apt -y install --no-install-recommends texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended
+ sudo apt -y install texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended
34
sudo -H pip3 install --upgrade poxy
35
36
- name: Generate docs
0 commit comments