We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2be77 commit 65a284aCopy full SHA for 65a284a
.github/workflows/draft-pdf.yml
@@ -13,15 +13,18 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- name: Build joss draft PDF
16
+ id: generate-files
17
uses: xuanxu/paper-action@main
18
with:
19
repository_url: http://github.com/PLAID-lib/plaid
20
branch: action_paper
21
issue_id: 8393
22
journal: joss
- - name: Upload
23
- uses: actions/upload-artifact@v4
+ - name: Upload PDF
24
+ id: upload-pdf
25
+ uses: xuanxu/upload-files-action@main
26
- name: paper
- path: docs/joss_paper/paper.pdf
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