Adding the CI builder
This commit is contained in:
parent
9c3ae50842
commit
3e990b0780
1 changed files with 7 additions and 1 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -46,6 +46,12 @@ jobs:
|
||||||
- name: Generate PDF
|
- name: Generate PDF
|
||||||
run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex
|
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
|
- name: Generate Booklet PDF
|
||||||
run: bookletimposer -b -a -f "Letter" -p "2x1" -o HowToBuildACommons-${{ github.ref_name }}-booklet.pdf HowToBuildACommons-${{ github.ref_name }}.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
|
- name: Create or Update Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
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
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
name: ${{ github.ref_name }}
|
name: ${{ github.ref_name }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue