mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
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
|
||||
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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue