Skip to content

Commit 3021535

Browse files
committed
test action
1 parent 6e66cd5 commit 3021535

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Build joss draft PDF
16-
uses: openjournals/openjournals-draft-action@master
16+
uses: xuanxu/paper-action@main
1717
with:
18+
repository_url: http://github.com/orgs/PLAID-lib/plaid
19+
branch: main
20+
issue_id: 8393
1821
journal: joss
19-
paper-path: docs/joss_paper/paper.md
2022
- name: Upload
2123
uses: actions/upload-artifact@v4
2224
with:
2325
name: paper
24-
path: docs/joss_paper/paper.pdf
26+
path: docs/joss_paper/paper.pdf
27+

0 commit comments

Comments
 (0)