Skip to content

Commit 281f500

Browse files
committed
Restore name of the main file
1 parent c72abd2 commit 281f500

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,12 @@ jobs:
2323
- name: Compile LaTeX document
2424
uses: xu-cheng/latex-action@v3
2525
with:
26-
root_file: tex/main.tex
26+
root_file: tex/main.FormalLanguageConstrainedReachabilityLectureNotes
2727
work_in_root_file_dir: true
2828
latexmk_use_lualatex: true
2929
extra_system_packages: "font-liberation"
3030
latexmk_shell_escape: true
3131

32-
- name: Rename PDF
33-
run: |
34-
mv tex/main.pdf tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf
35-
3632
- name: Upload PDF file
3733
uses: actions/upload-artifact@v4
3834
with:

0 commit comments

Comments
 (0)