Skip to content

Commit 209ea59

Browse files
authored
rename by JOSS scheme
1 parent 1833832 commit 209ea59

14 files changed

+3
-3
lines changed

.github/workflows/draft-pdf.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Draft PDF
22
on:
33
push:
44
paths:
5-
- JOSS_paper/**
5+
- paper/**
66
- .github/workflows/draft-pdf.yml
77

88
jobs:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Upload
2222
uses: actions/upload-artifact@v3
2323
with:
24-
name: JOSS_paper
24+
name: paper
2525
# This is the output path where Pandoc will write the compiled
2626
# PDF. Note, this should be the same directory as the input
2727
# paper.md
@@ -31,4 +31,4 @@ jobs:
3131
with:
3232
message: '(auto) Paper PDF Draft'
3333
# This should be the path to the paper within your repo.
34-
add: 'paper.pdf' # 'paper/*.pdf' to commit all PDFs in the paper directory
34+
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 commit comments

Comments
 (0)