aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/latex.yml
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-10-13 14:41:37 +0200
committerNao Pross <np@0hm.ch>2021-10-13 14:41:37 +0200
commit37d31c172a33f9f49eafd7fc0f2ae495870b5f8c (patch)
tree52c548daa28fcd40a5cf9621227841a6649abb5c /.github/workflows/latex.yml
parentIntroduction (diff)
parentFix workflow (diff)
downloadFading-37d31c172a33f9f49eafd7fc0f2ae495870b5f8c.tar.gz
Fading-37d31c172a33f9f49eafd7fc0f2ae495870b5f8c.zip
Merge branch 'master' of github.com:NaoPross/Fading
Diffstat (limited to '.github/workflows/latex.yml')
-rw-r--r--.github/workflows/latex.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml
index 7af6e80..cb48d39 100644
--- a/.github/workflows/latex.yml
+++ b/.github/workflows/latex.yml
@@ -10,12 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- - name: Setup TeXLive
- uses: DanySK/setup-texlive-action@0.1.1
- with:
- requirements-file: .github/texlive/packages.tex
- 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