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 2727 uses : actions/checkout@v2
2828
2929 # First run of pdflatex.
30- - name : pdflatex main
30+ - name : First pdflatex FormalLanguageConstrainedReachabilityLectureNotes
3131 uses : dante-ev/latex-action@latest
3232 with :
3333 working_directory : tex
@@ -36,15 +36,16 @@ jobs:
3636 args : -interaction=nonstopmode -shell-escape
3737
3838 # Bibliography generation
39- - name : bibtex main
39+ - name : bibtex FormalLanguageConstrainedReachabilityLectureNotes
4040 uses : dante-ev/latex-action@latest
4141 with :
42+ working_directory : tex
4243 root_file : FormalLanguageConstrainedReachabilityLectureNotes.aux
4344 compiler : bibtex
4445 args :
4546
4647 # Final compilation
47- - name : pdflatex main
48+ - name : Final pdflatex FormalLanguageConstrainedReachabilityLectureNotes
4849 uses : dante-ev/latex-action@latest
4950 with :
5051 working_directory : tex
You can’t perform that action at this time.
0 commit comments