We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce4618 commit bdbc7c5Copy full SHA for bdbc7c5
.github/workflows/pdf.yml
@@ -0,0 +1,17 @@
1
+name: Build Rejoinder PDF
2
+on: [push, pull_request]
3
+jobs:
4
+ build_rejoinder_pdf:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Set up Git repository
8
+ uses: actions/checkout@v4
9
+ - name: Compile LaTeX document
10
+ uses: xu-cheng/latex-action@v3
11
+ with:
12
+ root_file: te2502_rejoinder_eng_v2.tex
13
+ - name: Upload PDF file
14
+ uses: actions/upload-artifact@v4
15
16
+ name: PDF
17
+ path: te2502_rejoinder_eng_v2.pdf
0 commit comments