Install texlive-full in builder
This commit is contained in:
parent
9d86e1d072
commit
89674db720
1 changed files with 2 additions and 2 deletions
4
.github/workflows/moduledocs.yml
vendored
4
.github/workflows/moduledocs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue