1 parent db4c9ba commit dd36821Copy full SHA for dd36821
1 file changed
.github/workflows/compile.yml
@@ -0,0 +1,17 @@
1
+name: Build LaTeX Document
2
+on: [push]
3
+jobs:
4
+ build_latex:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Set up Git repository
8
+ uses: actions/checkout@v3
9
+ - name: Compile LaTeX document
10
+ uses: xu-cheng/latex-action@v2
11
+ with:
12
+ root_file: iul.tex
13
+ - name: Upload PDF
14
+ uses: actions/upload-artifact@v3
15
16
+ name: iul-pdf
17
+ path: iul.pdf
0 commit comments