Add MakerCheckBook
This commit is contained in:
parent
a47295a78d
commit
4f50281162
4 changed files with 151 additions and 41 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -46,6 +46,9 @@ jobs:
|
|||
- name: Generate PDF
|
||||
run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex
|
||||
|
||||
- name: Generate Checkbook
|
||||
run: pdflatex -jobname=MakerCheckBook-${{ github.ref_name }} ScopeSequencing.tex
|
||||
|
||||
- name: Generate Folding PDF
|
||||
run: pdflatex ConsensusPocketReference.tex
|
||||
|
||||
|
|
@ -61,7 +64,7 @@ jobs:
|
|||
- name: Create or Update Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: Consensus-Pocket-Booklet-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}.pdf,HowToBuildACommons-${{ github.ref_name }}-booklet.pdf,how-to-consensus-zine.svg
|
||||
files: MakerCheckBook-${{ github.ref_name }}.pdf,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