Skip to content

Commit e05647c

Browse files
amadiobernhardmgruber
authored andcommitted
Add -halt-on-error to build arguments
1 parent c042df4 commit e05647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-slides.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
root_file: C++Course.tex
3232
latexmk_shell_escape: true
33-
args: -pdf -interaction=nonstopmode
33+
args: -pdf -interaction=nonstopmode -halt-on-error
3434
working_directory: talk
3535
extra_system_packages: "py-pygments"
3636
- name: Upload PDF as artifact

0 commit comments

Comments
 (0)