Skip to content

Commit

Permalink
Renamed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Markert committed Mar 6, 2024
1 parent f1c4032 commit 62d4b21
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: t8code_JOSS.md
paper-path: paper.md
- name: Upload
uses: actions/upload-artifact@v1
with:
name: t8code_JOSS
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: t8code_JOSS.pdf
path: paper.pdf
File renamed without changes.
2 changes: 1 addition & 1 deletion t8code_JOSS.md → paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ affiliations:
- name: German Aerospace Center (DLR), Institute for Software Technology, Cologne, Germany
index: 1
date: 06 March 2024
bibliography: t8code\_JOSS.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 62d4b21

Please sign in to comment.