Skip to content

Commit 45922be

Browse files
Merge pull request #42 from MeierTobias/ci_dev
artefact upload added
2 parents 5a66456 + b864bd5 commit 45922be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ jobs:
1919
args: latexmk -pdf -cd -interaction=nonstopmode -file-line-error -jobname=analysis_III -outdir=../build ./src/main.tex
2020
- name: reset flags
2121
run: sed 's/^/%/' -i src/headers/flags.tex
22+
- name: Archive pdf's as artifacts
23+
uses: actions/upload-artifact@v3
24+
with:
25+
name: compiled-pdf
26+
path: build/*.pdf
27+
retention-days: 5

0 commit comments

Comments
 (0)