Skip to content

Commit

Permalink
fix paper pdf yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Dec 30, 2024
1 parent 9e0c733 commit 6b8d8f3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
on:
push:
branches:
- joss_paper
name: Paper Draft

jobs:
Expand All @@ -13,10 +16,9 @@ jobs:
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: paper.md
journal: 'joss'
paper-path: 'paper.md'
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
path: paper.pdf
name: paper

0 comments on commit 6b8d8f3

Please sign in to comment.