Skip to content

Bump actions/checkout from 4 to 5 #19

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #19

Workflow file for this run

name: dissertation
on:
push:
paths:
- '.github/workflows/dissertation.yml'
- 'dissertation/**'
- 'common/**'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Compile report
uses: dante-ev/latex-action@v0.2.0
with:
working_directory: dissertation
root_file: dissertation.tex
args: -f -bibtex -pdflatex -latexoption=-file-line-error -latexoption=-interaction=nonstopmode -latexoption=-shell-escape -latexoption=-synctex=1
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: dissertation.pdf
path: dissertation/dissertation.pdf