Skip to content

Commit

Permalink
Merge pull request #11 from meinardmueller/paper
Browse files Browse the repository at this point in the history
Add Changes from JOSE Review Process
  • Loading branch information
sebastianrosenzweig authored Dec 16, 2021
2 parents 385f1f8 + c2e50ee commit 885e55e
Show file tree
Hide file tree
Showing 38 changed files with 154,187 additions and 323 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on: [push]

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: jose
# This should be the path to the paper within your repo.
paper-path: paper/paper.md
- name: Upload
uses: actions/upload-artifact@v1
with:
name: paper
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper/paper.pdf
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
!README.md
!LICENSE
!*.ipynb
!*.html

# ...even if they are in subdirectories
!*/
Expand All @@ -25,7 +26,8 @@
!data_layout/PCP_MIT_License_OSIApproved.png
!data_layout/PCP_MIT_License_OSIApproved_text.png
!*/.gitkeep
!paper/*
!.github/workflows/*

# But ignore these folders/files
.ipynb_checkpoints

Loading

0 comments on commit 885e55e

Please sign in to comment.