File tree Expand file tree Collapse file tree 7 files changed +646
-33
lines changed
Expand file tree Collapse file tree 7 files changed +646
-33
lines changed Original file line number Diff line number Diff line change 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}}
Original file line number Diff line number Diff line change 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
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments