Skip to content

Commit bfaa31c

Browse files
authored
Create draft-tex.yaml
1 parent 45d287b commit bfaa31c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/draft-tex.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
jobs:
2+
tests:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: actions/checkout@v2
6+
- name: TeX
7+
uses: docker://openjournals/paperdraft:latest
8+
with:
9+
args: joss/paper.md --to=latex --output=paper.tex
10+
env:
11+
GIT_SHA: $GITHUB_SHA
12+
JOURNAL: joss
13+
- name: PDF
14+
uses: docker://openjournals/paperdraft:latest
15+
with:
16+
args: joss/paper.md
17+
env:
18+
GIT_SHA: $GITHUB_SHA
19+
JOURNAL: joss
20+
- uses: actions/upload-artifact@v2
21+
with:
22+
path: joss

0 commit comments

Comments
 (0)