aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/latex.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml
index 7ee16d4..7af6e80 100644
--- a/.github/workflows/latex.yml
+++ b/.github/workflows/latex.yml
@@ -14,3 +14,9 @@ jobs:
uses: DanySK/setup-texlive-action@0.1.1
with:
requirements-file: .github/texlive/packages.tex
+ - name: Checkout Repo
+ uses: actions/checkout@v2
+ - name: Typeset Project Plan
+ run: make -C doc/projectplan
+ - name: Typeset Thesis
+ run: make -C doc/thesis