Skip to content

Commit 5cc8b29

Browse files
committed
chore: remove padding
1 parent 4d31438 commit 5cc8b29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compile-latex.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Build LaTeX document
2+
23
on:
34
push:
45
tags: "*"
6+
57
jobs:
68
build_latex:
79
runs-on: ubuntu-latest
@@ -16,7 +18,7 @@ jobs:
1618
with:
1719
root_file: main.tex
1820
latexmk_use_xelatex: true
19-
21+
2022
- name: Upload PDF file
2123
uses: actions/upload-artifact@v4
2224
with:

0 commit comments

Comments
 (0)