File tree Expand file tree Collapse file tree 5 files changed +485
-0
lines changed
doc/joss/calibration-module Expand file tree Collapse file tree 5 files changed +485
-0
lines changed Original file line number Diff line number Diff line change 6868 with :
6969 name : coverage-report-unittests-py${{ matrix.python-version }}
7070 path : coverage/
71+
72+ joss-paper :
73+ runs-on : ubuntu-latest
74+ name : Paper Draft
75+ steps :
76+ - name : Checkout
77+ uses : actions/checkout@v4
78+ - name : Build draft PDF
79+ uses : openjournals/openjournals-draft-action@master
80+ with :
81+ journal : joss
82+ # This should be the path to the paper within your repo.
83+ paper-path : doc/joss/calibration-module/paper.md
84+ - name : Upload
85+ uses : actions/upload-artifact@v1
86+ with :
87+ name : paper
88+ # This is the output path where Pandoc will write the compiled
89+ # PDF. Note, this should be the same directory as the input
90+ # paper.md
91+ path : doc/joss/calibration-module/paper.pdf
You can’t perform that action at this time.
0 commit comments