Skip to content

Commit 036eb36

Browse files
committed
Add a realization of AVL tree and modify the github action to generate the pdf with content
1 parent d5cb961 commit 036eb36

File tree

5 files changed

+1112
-8
lines changed

5 files changed

+1112
-8
lines changed

.github/workflows/latex-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
with:
3939
# 指定你的主 .tex 文件
4040
root_file: main.tex
41-
# 指定使用的编译器, 这里是 xelatex
42-
compiler: xelatex
43-
# 传递给编译器的额外参数, nonstopmode 可以在遇到非致命错误时继续编译
44-
args: -interaction=nonstopmode
41+
# ❗️ 修改部分:
42+
# 我们不再直接指定 compiler,而是通过 args 告诉 latexmk 使用 xelatex
43+
# latexmk 会自动处理需要编译两次(或更多次)的情况。
44+
args: -xelatex -interaction=nonstopmode
4545

4646
# 步骤 3: 创建 Release 并上传 PDF
4747
# 当上述步骤成功编译出 main.pdf 后, 此步骤会执行

0 commit comments

Comments
 (0)