Adding the CI builder

This commit is contained in:
Kevin Harrington 2025-10-19 10:05:20 -04:00
parent 9c3ae50842
commit 3e990b0780

View file

@ -46,6 +46,12 @@ jobs:
- name: Generate PDF
run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex
- name: Generate Folding PDF
run: pdflatex ConsensusPocketReference.tex
- name: Generate Folding Booklet PDF
run: pdflatex -jobname=Consensus-Pocket-Booklet-${{ github.ref_name }} ConsensusPocketReference-booklet.tex
- name: Generate Booklet PDF
run: bookletimposer -b -a -f "Letter" -p "2x1" -o HowToBuildACommons-${{ github.ref_name }}-booklet.pdf HowToBuildACommons-${{ github.ref_name }}.pdf
@ -55,7 +61,7 @@ jobs:
- name: Create or Update Release
uses: softprops/action-gh-release@v1
with:
files: HowToBuildACommons-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}-booklet.pdf,how-to-consensus-zine.svg
files: Consensus-Pocket-Booklet-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}-booklet.pdf,how-to-consensus-zine.svg
draft: false
prerelease: false
name: ${{ github.ref_name }}