File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Build LaTeX document
1
+ name : Build LaTeX (PR)
2
2
3
3
on :
4
4
pull_request :
@@ -16,13 +16,13 @@ jobs:
16
16
working_directory : language
17
17
root_file : sygus.tex
18
18
pre_compile : " tlmgr update --self && tlmgr update --all"
19
- - name : add artifact links to pull request and related issues step
19
+ - name : Comment Artifact Links on PR
20
20
uses : tonyhallett/artifacts-url-comments@v1.1.0
21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
with :
24
24
prefix : PDF compilation was successful.
25
25
suffix : (link to a compiled PDF with proposed changes)
26
26
format : name
27
- addTo : pullandissues
27
+ addTo : pull
28
28
includes : language/sygus.pdf
Original file line number Diff line number Diff line change 1
- name : Build LaTeX document
1
+ name : Build LaTeX (Push)
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
- name : Build LaTeX document
1
+ name : Build LaTeX (Tag)
2
2
3
3
on :
4
4
push :
You can’t perform that action at this time.
0 commit comments