Make the yml point to the correct tex build the checkbook

This commit is contained in:
Kevin Harrington 2025-11-01 17:06:20 -04:00
parent 4f50281162
commit c555807949

View file

@ -47,7 +47,7 @@ jobs:
run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex
- name: Generate Checkbook - 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 - name: Generate Folding PDF
run: pdflatex ConsensusPocketReference.tex run: pdflatex ConsensusPocketReference.tex