Skip to content

Merge branch 'main' into dependabot/submodules/pl-syntax-e32d3fe #71

Merge branch 'main' into dependabot/submodules/pl-syntax-e32d3fe

Merge branch 'main' into dependabot/submodules/pl-syntax-e32d3fe #71

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build-notes:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install TeX Live
run: sudo apt-get update && sudo apt-get install latexmk texlive-latex-extra texlive-science texlive-fonts-extra
- name: Test writeup builds
run: latexmk -pdf week*.tex
- uses: actions/upload-artifact@v4
with:
name: atpl24-notes
path: week*.pdf
if-no-files-found: error
retention-days: 7