Skip to content

Update action versions #45

Update action versions

Update action versions #45

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install the required packages
run: sudo apt-get update && sudo apt-get install texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-pictures texlive-science latexmk
- name: Build the Thesis
run: make
- uses: actions/upload-artifact@v7
with:
name: Compiled Thesis
path: ./thesis.pdf