Skip to content

Commit

Permalink
Support PDF files creation in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Jul 22, 2024
1 parent 542df7c commit 934f029
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ jobs:
mkdir out
build/language > out/ipa.tex
cp data/*.tex out/
- name: Construct `table.tex`
uses: xu-cheng/latex-action@v3
with:
working_directory: out
root_file: table.tex
latexmk_use_xelatex: true
- name: Construct `text.tex`
uses: xu-cheng/latex-action@v3
with:
working_directory: out
root_file: text.tex
latexmk_use_xelatex: true

0 comments on commit 934f029

Please sign in to comment.