aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/latex.yml
blob: cb48d3984c2bd955e8803cdfc40b420948284e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: LaTeX
on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - name: Checkout Repo
      uses: actions/checkout@v2
    - name: Setup TeXLive
      uses: DanySK/setup-texlive-action@0.1.1
    - name: Typeset Project Plan
      run: make -C doc/projectplan
    - name: Typeset Thesis
      run: make -C doc/thesis