Skip to content

Fixed CI indent

Fixed CI indent #44

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: texlive/texlive:latest
steps:
- uses: actions/checkout@v2
- name: Build pdf
run: |
make pdf
ls -l
ls -l build
- name: Upload pdf
uses: actions/upload-artifact@v2
with:
name: thesis
path: |
- build/main.pdf
- build/fachschaft_print.pdf
retention-days: 14