github actions

This commit is contained in:
Jack Bond-Preston 2022-06-10 04:03:04 +01:00 committed by GitHub
parent e700fab6be
commit f448d64deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,8 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: cv/main.tex
working_directory: cv
root_file: main.tex
- name: Move build .pdf
run: |
mv cv/main.pdf ./cv.pdf