Skip to content

Bump crazy-max/ghaction-github-labeler from 4 to 5 #78

Bump crazy-max/ghaction-github-labeler from 4 to 5

Bump crazy-max/ghaction-github-labeler from 4 to 5 #78

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@v4
- name: Compile
run: make
- uses: actions/upload-artifact@v3
with:
name: examples
path: examples/*.pdf