Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Larralde
pyrodigal
Commits
71df8f8c
Commit
71df8f8c
authored
Feb 24, 2022
by
Martin Larralde
Browse files
Add GitHub Actions workflow to build the JOSS paper
parent
95b0fdf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/paper.yml
0 → 100644
View file @
71df8f8c
name
:
Paper
on
:
push
:
branches
:
-
paper
jobs
:
paper
:
runs-on
:
ubuntu-latest
name
:
Paper Draft
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Build draft PDF
uses
:
openjournals/openjournals-draft-action@master
with
:
journal
:
joss
paper-path
:
paper/paper.md
-
name
:
Upload
uses
:
actions/upload-artifact@v1
with
:
name
:
paper.pdf
path
:
paper/paper.pdf
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment