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

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - name: Setup TeXLive
      uses: DanySK/setup-texlive-action@0.1.1
      with:
        requirements-file: .github/texlive/packages.tex