From 737355517d80f99bfed0332b6cdf5eac7a3d482a Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Fri, 10 May 2024 14:48:53 +0800 Subject: [PATCH] build: use tectonic there are actually just a few to download at runtime, so i guess it is fine even without caching --- .build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.build.yml b/.build.yml index 28c62fa..4536e53 100644 --- a/.build.yml +++ b/.build.yml @@ -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 -- 2.45.2