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 63b725b commit 834158aCopy full SHA for 834158a
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
version: '1.6'
18
- name: Install LuaLatex
19
- run: sudo apt-get update && sudo apt-get install texlive-full && sudo apt-get install texlive-latex-extra && sudo mktexlsr && sudo updmap-sys --fix-missing
+ run: sudo apt-get update && sudo apt-get install texlive-full --fix-missing && sudo apt-get install texlive-latex-extra && sudo mktexlsr && sudo updmap-sys
20
- name: Install dependencies
21
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
- name: Build and deploy
0 commit comments