Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Apr 11, 2023
1 parent 744b042 commit 80fe96b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: paper/qmctorch.md
paper-path: paper/paper.md
- name: Upload
uses: actions/upload-artifact@v1
with:
name: qmctorch
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/qmctorch.pdf
path: paper/paper.pdf
File renamed without changes.
2 changes: 1 addition & 1 deletion paper/qmctorch.md → paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ affiliations:
- name: Netherlands eScience Center, Science Park 402, 1098 XH Amsterdam, The Netherlands
index: 1
date: 11 April 2023
bibliography: qmctorch.bib
bibliography: paper.bib

# Optional fields if submitting to a AAS journal too, see this blog post:
# https://blog.joss.theoj.org/2018/12/a-new-collaboration-with-aas-publishing
Expand Down

0 comments on commit 80fe96b

Please sign in to comment.