Skip to content

Commit b44b798

Browse files
authored
Set up working directory for bibtex
1 parent c2b5147 commit b44b798

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)