Skip to content

Commit c4b2faf

Browse files
committed
Add JOSS paper
1 parent 91dfc0a commit c4b2faf

File tree

11 files changed

+169
-473
lines changed

11 files changed

+169
-473
lines changed

.github/workflows/R-CMD-check-macOS.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/R-CMD-check-ubuntu.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/R-CMD-check-windows.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/cmake-clang.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/cmake-examples.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/cmake-gcc.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/draft_pdf.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Draft PDF
2+
on: [push]
3+
4+
jobs:
5+
paper:
6+
runs-on: ubuntu-latest
7+
name: Paper Draft
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v4
11+
- name: Build draft PDF
12+
uses: openjournals/openjournals-draft-action@master
13+
with:
14+
journal: joss
15+
# This should be the path to the paper within your repo.
16+
paper-path: paper.md
17+
- name: Upload
18+
uses: actions/upload-artifact@v4
19+
with:
20+
name: paper
21+
# This is the output path where Pandoc will write the compiled
22+
# PDF. Note, this should be the same directory as the input
23+
# paper.md
24+
path: paper.pdf

0 commit comments

Comments
 (0)