Skip to content

attempt at new gh action #52

attempt at new gh action

attempt at new gh action #52

Workflow file for this run

name: Paper draft to PDF
on:
push:
branches:
- paper
jobs:
paper:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft PDF
runs:
using: docker
image: 'docker://openjournals/inara:latest'
env:
GIT_SHA: $GITHUB_SHA
JOURNAL: joss
args:
- p
- -o pdf
- docs/paper/paper.md
branding:
icon: file-text
color: blue
- name: Upload
uses: actions/upload-artifact@v4
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: docs/paper/paper.pdf