File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 44
44
compiler : bibtex
45
45
args :
46
46
47
+ # Second compilation
48
+ - name : Second pdflatex FormalLanguageConstrainedReachabilityLectureNotes
49
+ uses : dante-ev/latex-action@latest
50
+ with :
51
+ working_directory : tex
52
+ root_file : FormalLanguageConstrainedReachabilityLectureNotes.tex
53
+ compiler : pdflatex
54
+ args : -interaction=nonstopmode -shell-escape
55
+
47
56
# Final compilation
48
57
- name : Final pdflatex FormalLanguageConstrainedReachabilityLectureNotes
49
58
uses : dante-ev/latex-action@latest
52
61
root_file : FormalLanguageConstrainedReachabilityLectureNotes.tex
53
62
compiler : pdflatex
54
63
args : -interaction=nonstopmode -shell-escape
64
+
65
+ archive-build-artifacts :
66
+ runs-on : ubuntu-latest
67
+ steps :
68
+
69
+ - name : Create a temporary artifact downloads folder
70
+ run : mkdir downloads
71
+
72
+ - name : Add artifacts to publish to the temp folder
73
+ run : |
74
+ cp tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf downloads/FormalLanguageConstrainedReachabilityLectureNotes.pdf
75
+
76
+ - name : Use the Upload Artifact GitHub Action
77
+ uses : actions/upload-artifact@v2
78
+ with :
79
+ name : FormalLanguageConstrainedReachabilityLectureNotes_latest
80
+ path : downloads
You can’t perform that action at this time.
0 commit comments