Skip to content

Commit

Permalink
ci: fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mrKazzila committed Nov 18, 2024
1 parent a1641f8 commit 262dab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Compile LaTeX to PDF
run: |
pdflatex -interaction=nonstopmode -halt-on-error resume.tex
pdflatex -interaction=nonstopmode -halt-on-error -jobname=Kazakov-Ilya-CV-Python-Developer resume.tex
working-directory: ./eng_resume

- name: List files in the directory
Expand Down

0 comments on commit 262dab2

Please sign in to comment.