From 078541e764f252aa93a16298af0e8313aa9c9ce9 Mon Sep 17 00:00:00 2001 From: TimoDiepers Date: Mon, 30 Dec 2024 11:31:44 +0100 Subject: [PATCH] update gh action for paper draft --- .github/workflows/draft-pdf.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 6158e96..ceb39df 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -1,5 +1,5 @@ -name: Draft PDF on: [push] +name: Paper Draft jobs: paper: @@ -12,13 +12,9 @@ jobs: uses: openjournals/openjournals-draft-action@master with: journal: joss - # This should be the path to the paper within your repo. paper-path: paper.md - name: Upload - uses: actions/upload-artifact@v4.4.0 + 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