Skip to content

Merge branch 'main' of https://github.com/prathameshnium/PICA-Python-… #5

Merge branch 'main' of https://github.com/prathameshnium/PICA-Python-…

Merge branch 'main' of https://github.com/prathameshnium/PICA-Python-… #5

Workflow file for this run

name: Compile JOSS Paper
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: joss
paper-path: docs/paper.md
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
path: docs/paper.pdf