From f465d13c55c2a9242bda8339016e93b467415bfb Mon Sep 17 00:00:00 2001 From: Kazunori Akiyama Date: Sat, 12 Oct 2024 00:49:13 -0400 Subject: [PATCH] update the workflow script for JOSS paper --- .github/workflows/draft-pdf.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index eecf0d1..4300a9a 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -1,4 +1,8 @@ on: [push] + push: + paths: + - paper/** + - .github/workflows/draft-pdf.yml jobs: paper: @@ -14,7 +18,7 @@ jobs: # This should be the path to the paper within your repo. paper-path: paper/paper.md - name: Upload - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: paper # This is the output path where Pandoc will write the compiled