Skip to content

feat: Upload pdf as an artifact #8

feat: Upload pdf as an artifact

feat: Upload pdf as an artifact #8

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: mkdir -p output
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk texlive-bibtex-extra biber texlive-lang-german texlive-pstricks
- name: Build document
run: make
- uses: actions/upload-artifact@v3
with:
name: thesis
path: output/thesis.pdf