From c5558079499286f719e5f6d9e4e2601ed1647358 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 17:06:20 -0400 Subject: [PATCH] Make the yml point to the correct tex build the checkbook --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 759b4ac..077d7e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex - name: Generate Checkbook - run: pdflatex -jobname=MakerCheckBook-${{ github.ref_name }} ScopeSequencing.tex + run: pdflatex -jobname=MakerCheckBook-${{ github.ref_name }} MakerCheckBook.tex - name: Generate Folding PDF run: pdflatex ConsensusPocketReference.tex