From 4d48640bb9e5a7473690b5fd801443a5da0a950d Mon Sep 17 00:00:00 2001 From: Joe bellus <joe@5sigma.io> Date: Mon, 10 Mar 2025 18:42:22 -0400 Subject: [PATCH] Change to local tectonic --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f038855..1379426 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,7 +28,7 @@ jobs: apt -y install curl curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh - name: Compile latex - run: tectonic main.tex + run: ./tectonic main.tex - name: Rename PDF run: mv main.pdf ${{ steps.extract_branch.outputs.branch }}.pdf - name: Upload