Skip to content

Fixed super complex error in c() and filtered that did not allow to f… #191

Fixed super complex error in c() and filtered that did not allow to f…

Fixed super complex error in c() and filtered that did not allow to f… #191

Workflow file for this run

on: [push]

Check failure on line 1 in .github/workflows/draft-pdf.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/draft-pdf.yml

Invalid workflow file

(Line: 2, Col: 1): Unexpected value 'branches'
branches:
- joss
jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: paper.md
- name: Commit updated paper
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add paper.pdf
git commit -m "Update JOSS paper PDF" || echo "No changes to commit"
git push origin joss