From ddee7fa6ffd4a410519338c7fd237758f0ff405c Mon Sep 17 00:00:00 2001 From: Johannes Markert Date: Wed, 6 Mar 2024 15:57:36 +0100 Subject: [PATCH] Extended GH action. --- .github/workflows/draft-pdf.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 6a508b7..b2cf497 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -21,3 +21,7 @@ jobs: # PDF. Note, this should be the same directory as the input # paper.md path: paper.pdf + - name: save pdf to repo + uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: Updated PDF of paper.md.