Skip to content

Commit

Permalink
Append licence
Browse files Browse the repository at this point in the history
  • Loading branch information
corvus-ch committed Jan 6, 2022
1 parent 259b13e commit a3b754f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ jobs:
with:
root_file: dotted.tex
latexmk_use_xelatex: true
post_compile: pdfjam --vanilla --noautoscale true --angle 90 --nup 2x1 --suffix '2x1' --booklet true dotted.pdf
post_compile: pdfjam --vanilla --noautoscale true --angle 90 --nup 2x1 --suffix 'booklet' --booklet true dotted.pdf
- name: Append licence
uses: xu-cheng/latex-action@v2
with:
root_file: license.tex
latexmk_use_xelatex: true
post_compile: pdfjam --vanilla --noautoscale true --outfile dotted.pdf dotted-booklet.pdf license.pdf
- uses: actions/upload-artifact@v2
with:
name: Dotted
path: dotted-2x1.pdf
path: dotted.pdf

0 comments on commit a3b754f

Please sign in to comment.