Skip to content

chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3 #55

chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3

chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3 #55

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
container: texlive/texlive:latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build PDF
run: make pdf
- uses: actions/upload-artifact@v3
with:
name: pdf
path: out/*.pdf
retention-days: 5