We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8abf4 commit 796aef8Copy full SHA for 796aef8
1 file changed
.github/workflows/build.yml
@@ -1,5 +1,8 @@
1
name: Build LaTeX document
2
-on: [push]
+on:
3
+ push:
4
+ pull_request:
5
+
6
jobs:
7
build_latex:
8
runs-on: ubuntu-latest
@@ -9,4 +12,9 @@ jobs:
9
12
- name: Compile LaTeX document
10
13
uses: xu-cheng/latex-action@v2
11
14
with:
- root_file: open-logic-debug.tex
15
+ root_file: open-logic-debug.tex
16
+ - name: Upload open-logic-debug.pdf
17
+ uses: actions/upload-artifact@master
18
+ with:
19
+ name: open-logic-debug.pdf
20
+ path: open-logic-debug.pdf
0 commit comments