Skip to content

fix action

fix action #55

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
run:
using: docker

Check failure on line 18 in .github/workflows/draft_paper.yml

View workflow run for this annotation

GitHub Actions / Paper draft to PDF

Invalid workflow file

The workflow is not valid. .github/workflows/draft_paper.yml (Line: 18, Col: 11): A mapping was not expected
image: 'docker://openjournals/inara:latest'
env:
GIT_SHA: $GITHUB_SHA
JOURNAL: joss
args:
- -p
- -o pdf
- docs/paper/paper.md
- 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