Skip to content

Add maintainers to the README (#154) #152

Add maintainers to the README (#154)

Add maintainers to the README (#154) #152

Workflow file for this run

name: Create PDF
on:
push:
branches:
- 'master'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://pandoc/latex:2.9
with:
args: --pdf-engine=xelatex --output=snirf.pdf snirf_specification.md
- uses: actions/upload-artifact@master
with:
name: snirf.pdf
path: snirf.pdf