Skip to content

Commit 65a284a

Browse files
action paper
1 parent 5a2be77 commit 65a284a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Build joss draft PDF
16+
id: generate-files
1617
uses: xuanxu/paper-action@main
1718
with:
1819
repository_url: http://github.com/PLAID-lib/plaid
1920
branch: action_paper
2021
issue_id: 8393
2122
journal: joss
22-
- name: Upload
23-
uses: actions/upload-artifact@v4
23+
- name: Upload PDF
24+
id: upload-pdf
25+
uses: xuanxu/upload-files-action@main
2426
with:
25-
name: paper
26-
path: docs/joss_paper/paper.pdf
27-
27+
papers_repo: openjournals/joss-papers
28+
branch_prefix: joss
29+
issue_id: 8393
30+
pdf_path: ${{ steps.generate-files.outputs.pdf_path}}

0 commit comments

Comments
 (0)