Skip to content

Commit 641afd1

Browse files
yecril71pltkoeppe
authored andcommitted
Make GitHub action upload the PDF file
The uploaded PDF file will be available for download for a short time after the action has completed.
1 parent 889e43b commit 641afd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525
run: make quiet
2626
- name: check-output
2727
run: ../tools/check-output.sh
28+
- name: upload pdf
29+
uses: actions/upload-artifact@v2
30+
with:
31+
name: draft-snapshot
32+
path: source/std.pdf

0 commit comments

Comments
 (0)