github actions
This commit is contained in:
parent
e700fab6be
commit
f448d64deb
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -24,7 +24,8 @@ jobs:
|
|||||||
- name: Compile LaTeX document
|
- name: Compile LaTeX document
|
||||||
uses: xu-cheng/latex-action@v2
|
uses: xu-cheng/latex-action@v2
|
||||||
with:
|
with:
|
||||||
root_file: cv/main.tex
|
working_directory: cv
|
||||||
|
root_file: main.tex
|
||||||
- name: Move build .pdf
|
- name: Move build .pdf
|
||||||
run: |
|
run: |
|
||||||
mv cv/main.pdf ./cv.pdf
|
mv cv/main.pdf ./cv.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user