From a75fada9e976091a6914dda141be2b20fc6c7a2e Mon Sep 17 00:00:00 2001 From: Tristan22400 Date: Wed, 17 Jul 2024 17:47:42 +0200 Subject: [PATCH] test --- .github/workflows/draft-pdf.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 8f4aa0f..6244adb 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -1,10 +1,9 @@ -# Add a file .github/workflows/draft-pdf.yml to your repo. - name: Draft PDF on: push: paths: - - Article/** + - paper.md + - paper.bib - .github/workflows/draft-pdf.yml jobs: @@ -19,12 +18,12 @@ jobs: with: journal: joss # This should be the path to the paper within your repo. - paper-path: Article/paper.md + paper-path: paper.md - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: paper # This is the output path where Pandoc will write the compiled # PDF. Note, this should be the same directory as the input # paper.md - path: paper.pdf \ No newline at end of file + path: paper.pdf