Skip to content

Commit 70dde13

Browse files
authored
Simplify pdf publishing
1 parent 14f43f8 commit 70dde13

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,11 @@ jobs:
6161
root_file: FormalLanguageConstrainedReachabilityLectureNotes.tex
6262
compiler: pdflatex
6363
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
64+
65+
# Publish compiled pdf
66+
- name: Upload
7767
uses: actions/upload-artifact@v2
7868
with:
7969
name: FormalLanguageConstrainedReachabilityLectureNotes_latest
80-
path: downloads
70+
path: tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf
71+

0 commit comments

Comments
 (0)