Skip to content

Commit

Permalink
GitHub workflow for generating PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 24, 2023
1 parent 38a12a6 commit df05544
Showing 1 changed file with 6 additions and 3 deletions.
@@ -1,5 +1,8 @@
name: Draft JOSS PDF

on: [push]
on:
push:
branches: [manuscript]

jobs:
paper:
Expand All @@ -13,13 +16,13 @@ jobs:
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: paper.md
paper-path: manuscript/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.pdf
path: manuscript/paper.pdf

0 comments on commit df05544

Please sign in to comment.