From 2d56eea693bf8f6b853da9dc8621014abeeff413 Mon Sep 17 00:00:00 2001 From: jasonfan1997 Date: Fri, 4 Oct 2024 11:54:31 -0400 Subject: [PATCH] Add auto commit paper --- .github/workflows/draft-pdf.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 6677fab..235f51b 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -27,3 +27,9 @@ jobs: # PDF. Note, this should be the same directory as the input # paper.md path: paper.pdf + - name: Commit PDF to repository + uses: EndBug/add-and-commit@v9 + with: + message: '(auto) Paper PDF Draft' + # This should be the path to the paper within your repo. + add: 'paper.pdf' # 'paper/*.pdf' to commit all PDFs in the paper directory