From 8115f786763e527c8bfdc5eb44ebea3b55aa512c Mon Sep 17 00:00:00 2001 From: Joe bellus Date: Mon, 10 Mar 2025 21:20:00 -0400 Subject: [PATCH] Updated Pipeline name Pipeline renmaed to use book.tex --- .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 0103898..64cd1c6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: path: ~/.cache/Tectonic key: ${{ runner.os }}-tectonic- - name: Compile latex - run: ./tectonic main.tex + run: ./tectonic book.tex - name: Rename PDF run: mv main.pdf ${{ steps.extract_branch.outputs.branch }}.pdf - name: Upload