Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wetransform-os/MCDTool
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaminietta committed Nov 30, 2023
2 parents ed064ae + 627b3fb commit fb2a129
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on: [push]

jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: JOSS_paper/paper.md
- name: Upload
uses: actions/upload-artifact@v1
with:
name: paper
path: JOSS_paper/paper.pdf

0 comments on commit fb2a129

Please sign in to comment.