Skip to content

Commit

Permalink
Reocate to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 13, 2024
1 parent a5121f4 commit 3a3e848
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
- JOSS_paper
paths:
- docs/paper/**
- paper/**
- .github/workflows/paper.yml

jobs:
Expand All @@ -19,12 +19,12 @@ jobs:
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: docs/paper/paper.md
paper-path: paper/paper.md
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
# Output path where Pandoc will write the compiled PDF.
# Note, this should be the same directory as the input
# paper.md
path: docs/paper/paper.pdf
path: paper/paper.pdf
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 3a3e848

Please sign in to comment.