You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on: [push]jobs:
paper:
runs-on: ubuntu-latestname: Paper Draftsteps:
- name: Checkoutuses: actions/checkout@v2
- name: Build draft PDFuses: openjournals/openjournals-draft-action@masterwith:
journal: josspaper-path: publication/joss_introduction.md
- name: Uploaduses: actions/upload-artifact@v1with:
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.mdpath: publication/joss_introduction.pdf
The text was updated successfully, but these errors were encountered:
.github/workflows/draft-pdf.yml
:The text was updated successfully, but these errors were encountered: