diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/latex.yml | 6 |
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 |