Skip to content

Commit

Permalink
rename by JOSS scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ziglaser authored Jul 11, 2024
1 parent 1833832 commit 209ea59
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/draft-pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Draft PDF
on:
push:
paths:
- JOSS_paper/**
- paper/**
- .github/workflows/draft-pdf.yml

jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v3
with:
name: JOSS_paper
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
Expand All @@ -31,4 +31,4 @@ jobs:
with:
message: '(auto) Paper PDF Draft'
# This should be the path to the paper within your repo.
add: 'paper.pdf' # 'paper/*.pdf' to commit all PDFs in the paper directory
add: 'paper/*.pdf' # 'paper/*.pdf' to commit all PDFs in the paper directory
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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 209ea59

Please sign in to comment.