Skip to content

Bump actions/upload-artifact from 3 to 4 #94

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #94

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@v4
with:
name: examples
path: examples/*.pdf