Skip to content

Commit 62be017

Browse files
Update draft-pdf.yml
1 parent e54a923 commit 62be017

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ jobs:
3030
# PDF. Note, this should be the same directory as the input
3131
# paper.md
3232
path: paper/paper.pdf
33+
- name: Commit PDF to repository
34+
uses: EndBug/add-and-commit@v9
35+
with:
36+
message: '(auto) Paper PDF Draft'
37+
add: 'paper/paper.pdf'
38+

0 commit comments

Comments
 (0)