Skip to content

Bump actions/checkout from 4 to 5 #24

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #24

Workflow file for this run

name: Progress report
on:
push:
paths:
- '.github/workflows/progress-report.yml'
- 'progress-report/**'
- '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: progress-report
root_file: progress-report.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: progress-report.pdf
path: progress-report/progress-report.pdf