Skip to content

Commit

Permalink
[TASK] Change the compile action
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-space authored Jan 3, 2024
1 parent 8afddac commit cdcdeb3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
uses: actions/checkout@v4

- name: Compile Resume
uses: antaljanosbenjamin/compile-latex@v1.0.0
uses: xu-cheng/latex-action@v3
with:
file: mai-joel_maximilian-curriculum_vitae.tex
output-directory: downloads/
args: -pdf
root_file: mai-joel_maximilian-curriculum_vitae.tex
# Add any additional configurations here, such as 'args' or 'extra_system_packages'

- name: Test if Resume build was successful
run: '(test -f downloads/mai-joel_maximilian-curriculum_vitae.pdf && echo PDF exists) || (echo PDF does not exist && exit 1)'
Expand Down

0 comments on commit cdcdeb3

Please sign in to comment.