Skip to content

Commit 5439a43

Browse files
authored
docs: publication update (#32)
1 parent f5ca638 commit 5439a43

File tree

7 files changed

+646
-33
lines changed

7 files changed

+646
-33
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
- name: Checkout Repository
2323
uses: actions/checkout@v2
2424

25-
- name: Copy Library File
25+
- name: Copy Library Files
2626
working-directory: ${{env.test-directory}}
27-
run: cp ../../hypercomplex/Hypercomplex.hpp Hypercomplex.hpp
27+
run: |
28+
cp ../../hypercomplex/Hypercomplex.hpp Hypercomplex.hpp
29+
cp ../../hypercomplex/Polynomial.hpp Polynomial.hpp
2830
2931
- name: Compile Test Program
3032
working-directory: ${{env.test-directory}}

.github/workflows/draft-pdf.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: "JOSS-PDF"
2+
3+
on: [push]
4+
5+
jobs:
6+
7+
paper:
8+
runs-on: ubuntu-20.04
9+
name: Paper Draft
10+
11+
steps:
12+
13+
- name: Checkout
14+
uses: actions/checkout@v3
15+
16+
- name: Build draft PDF
17+
uses: openjournals/openjournals-draft-action@master
18+
with:
19+
journal: joss
20+
paper-path: paper.md
21+
22+
- name: Upload
23+
uses: actions/upload-artifact@v1
24+
with:
25+
name: paper
26+
path: paper.pdf

.test/docs/nyan.txt

Lines changed: 128 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)