File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v2
28
28
29
29
# First run of pdflatex.
30
- - name : pdflatex main
30
+ - name : First pdflatex FormalLanguageConstrainedReachabilityLectureNotes
31
31
uses : dante-ev/latex-action@latest
32
32
with :
33
33
working_directory : tex
@@ -36,15 +36,16 @@ jobs:
36
36
args : -interaction=nonstopmode -shell-escape
37
37
38
38
# Bibliography generation
39
- - name : bibtex main
39
+ - name : bibtex FormalLanguageConstrainedReachabilityLectureNotes
40
40
uses : dante-ev/latex-action@latest
41
41
with :
42
+ working_directory : tex
42
43
root_file : FormalLanguageConstrainedReachabilityLectureNotes.aux
43
44
compiler : bibtex
44
45
args :
45
46
46
47
# Final compilation
47
- - name : pdflatex main
48
+ - name : Final pdflatex FormalLanguageConstrainedReachabilityLectureNotes
48
49
uses : dante-ev/latex-action@latest
49
50
with :
50
51
working_directory : tex
You can’t perform that action at this time.
0 commit comments