build: use tectonic there are actually just a few to download at runtime, so i guess it is fine even without caching
1 files changed, 2 insertions(+), 4 deletions(-) M .build.yml
M .build.yml => .build.yml +2 -4
@@ 1,12 1,10 @@ image: alpine/edge packages: - - texlive - - texlive-xetex - - texmf-dist-full + - tectonic - font-noto-cjk tasks: - pdf: | cd resume - latexmk -xelatex resume.tex + tectonic resume.tex artifacts: - resume/resume.pdf