Skip to content

Bump actions/checkout from 6 to 7 #46

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #46

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- 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