Skip to content

Moved a bunch of settings from misc/setup.tex to PSIThesis.cls #7

Moved a bunch of settings from misc/setup.tex to PSIThesis.cls

Moved a bunch of settings from misc/setup.tex to PSIThesis.cls #7

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the Docker image
run: |
cd degree-thesis
make docker
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
name: PDF
path: degree-thesis/pdf
compression-level: 0
- name: Upload logs
uses: actions/upload-artifact@v4
with:
name: logs
path: |
degree-thesis/main.aux
degree-thesis/main.bbl
degree-thesis/main.bcf
degree-thesis/main.blg
degree-thesis/main.log
degree-thesis/main.out
degree-thesis/main.run.xml
degree-thesis/main.toc