Skip to content

Add comma after position only if title is not empty #65

Add comma after position only if title is not empty

Add comma after position only if title is not empty #65

Workflow file for this run

name: Compile PDFs
on:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
container: texlive/texlive:latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Compile
run: make
- uses: actions/upload-artifact@v3
with:
name: examples
path: examples/*.pdf