Install texlive-full in builder

This commit is contained in:
redfast00 2021-07-31 03:58:18 +02:00
parent 9d86e1d072
commit 89674db720
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -4,8 +4,8 @@ jobs:
moduledocs: moduledocs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install pandoc and python3 - name: Install pandoc and python3 (and texlive)
run: sudo apt-get install pandoc python3 run: sudo apt-get install pandoc python3 texlive-full
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Compile documentation - name: Compile documentation