This commit is contained in:
parent
f226a8b477
commit
e1efd418bb
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Install TeX packages
|
||||
run: sudo apt-get update && sudo apt-get install texlive latexmk
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install texlive latexmk
|
||||
- name: Compile PDF
|
||||
run: latexmk -pdf resume.tex
|
||||
- name: Save PDF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue