Skip to content

Commit

Permalink
update the workflow script for JOSS paper
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuakiyama committed Oct 12, 2024
1 parent 101d5c2 commit f465d13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
push:
paths:
- paper/**
- .github/workflows/draft-pdf.yml

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

Please sign in to comment.