Skip to content

Commit

Permalink
auto-add pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjie4Science committed Nov 30, 2023
1 parent 3241155 commit f8a7bd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
Expand All @@ -21,3 +21,8 @@ jobs:
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper/paper.pdf
## suspend this process with GitHub commits by commenting the following code
- name: save pdf to repo
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Saved new PDF of paper

0 comments on commit f8a7bd7

Please sign in to comment.