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 f1f535d commit 4e42a8eCopy full SHA for 4e42a8e
.github/workflows/mkdocs.yml
@@ -41,9 +41,9 @@ jobs:
41
- name: "Install APT dependencies"
42
run: |
43
wget https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-1-amd64.deb
44
- apt update
45
- apt install -y ./pandoc-3.7.0.2-1-amd64.deb
46
- apt install -y texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
+ sudo apt update
+ sudo apt install -y ./pandoc-3.7.0.2-1-amd64.deb
+ sudo apt install -y texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
47
tlmgr init-usertree
48
tlmgr repository add ftp://tug.org/historic/systems/texlive/2021/tlnet-final
49
tlmgr repository remove https://mirror.ctan.org/systems/texlive/tlnet
0 commit comments