Adding project file for easy eclipse loading
This commit is contained in:
parent
17060cd61d
commit
3a1e2ce075
3 changed files with 18 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
run: pdflatex -jobname=ScopeSequencing-${{ github.ref_name }} ScopeSequencing.tex
|
||||
|
||||
- name: Generate Booklet PDF
|
||||
run: bookletimposer -a -o ScopeSequencing-${{ github.ref_name }}-booklet.pdf ScopeSequencing-${{ github.ref_name }}.pdf
|
||||
run: bookletimposer -b -a -f "Letter" -p "2x1" -o ScopeSequencing-${{ github.ref_name }}-booklet.pdf ScopeSequencing-${{ github.ref_name }}.pdf
|
||||
|
||||
- name: Debug - Show generated files
|
||||
run: ls -al .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue