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:
runs-on: ubuntu-latest
steps:
- name: Install pandoc and python3
run: sudo apt-get install pandoc python3
- name: Install pandoc and python3 (and texlive)
run: sudo apt-get install pandoc python3 texlive-full
- name: Check out repository code
uses: actions/checkout@v2
- name: Compile documentation