File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,12 @@ jobs:
23
23
- name : Compile LaTeX document
24
24
uses : xu-cheng/latex-action@v3
25
25
with :
26
- root_file : tex/main .tex
26
+ root_file : tex/FormalLanguageConstrainedReachabilityLectureNotes .tex
27
27
work_in_root_file_dir : true
28
28
latexmk_use_lualatex : true
29
29
extra_system_packages : " font-liberation"
30
30
latexmk_shell_escape : true
31
31
32
- - name : Rename PDF
33
- run : |
34
- mv tex/main.pdf tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf
35
-
36
32
- name : Upload PDF file
37
33
uses : actions/upload-artifact@v4
38
34
with :
Original file line number Diff line number Diff line change @@ -278,4 +278,3 @@ TSWLatexianTemp*
278
278
tex /FormalLanguageConstrainedReachabilityLectureNotes.pdf
279
279
tex /figures /externalized /*
280
280
! tex /figures /externalized /.gitkeep
281
- tex /main.pdf
File renamed without changes.
You can’t perform that action at this time.
0 commit comments