Skip to content

Commit

Permalink
JOSS github action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
perdelt committed Sep 13, 2024
1 parent abe6658 commit 6c50520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: [push]
branches: [ master ]

jobs:
paper:
Expand All @@ -14,7 +15,7 @@ jobs:
# This should be the path to the paper within your repo.
paper-path: 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
Expand Down

0 comments on commit 6c50520

Please sign in to comment.