From cb42865821c2f902455371f04e8ba5e7098fd100 Mon Sep 17 00:00:00 2001 From: anugrahjo Date: Thu, 5 Dec 2024 16:04:17 -0800 Subject: [PATCH] Remove GitHub actions workflow for generating updated JOSS paper as the final paper is already published. --- .github/workflows/draft-pdf.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/draft-pdf.yml diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml deleted file mode 100644 index e4ca101..0000000 --- a/.github/workflows/draft-pdf.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Draft PDF -on: - push: - paths: - - paper/** - - .github/workflows/draft-pdf.yml - -jobs: - paper: - runs-on: ubuntu-latest - name: Paper Draft - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Build draft PDF - uses: openjournals/openjournals-draft-action@master - with: - journal: joss - # This should be the path to the paper within your repo. - paper-path: paper/paper.md - - name: Upload - 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/paper.pdf \ No newline at end of file