Skip to content

Commit 2b7663c

Browse files
committed
Restore name of the main file
1 parent c72abd2 commit 2b7663c

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

Diff for: .github/workflows/main.yml

+1-5
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/FormalLanguageConstrainedReachabilityLectureNotes.tex
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:

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,3 @@ TSWLatexianTemp*
278278
tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf
279279
tex/figures/externalized/*
280280
!tex/figures/externalized/.gitkeep
281-
tex/main.pdf
File renamed without changes.

0 commit comments

Comments
 (0)