Skip to content

CI workflows: do not run tests/examples on release (run only before and after merging); move pdoc and pypi workflows to separate .yml files #287

CI workflows: do not run tests/examples on release (run only before and after merging); move pdoc and pypi workflows to separate .yml files

CI workflows: do not run tests/examples on release (run only before and after merging); move pdoc and pypi workflows to separate .yml files #287

Workflow file for this run

name: Build JOSS paper draft
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v2
- name: TeX and PDF
uses: docker://openjournals/paperdraft:latest
with:
args: '-k paper/paper.md'
env:
GIT_SHA: $GITHUB_SHA
JOURNAL: joss
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
path: paper/