Compare commits
1 commit
088528e50c
...
d9309cb735
Author | SHA1 | Date | |
---|---|---|---|
d9309cb735 |
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
- name: LaTeX compile
|
||||
working-directory: ${{ env.DIR }}
|
||||
run: latexmk -pdf -xelatex ${{ env.FILE }}
|
||||
run: latexmk -pdf ${{ env.FILE }}
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: https://git.kjan.de/actions/upload-artifact@v3 # Do not upgrade
|
||||
|
|
Reference in a new issue