Update docs.yml

This commit is contained in:
Simon Christ 2021-05-12 19:46:25 +02:00 committed by GitHub
parent c4f6433ed6
commit cec8b363dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@ name: docs
on:
push:
pull_request:
jobs:
Build_docs:
@ -12,7 +11,8 @@ jobs:
- uses: julia-actions/setup-julia@v1
- name: Install dependencies
run: |
sudo apt install qt5-default \
sudo apt-get update -y
sudo apt-get install -y qt5-default \
poppler-utils \
pdf2svg \
texlive-latex-base \
@ -21,7 +21,7 @@ jobs:
texlive-latex-extra \
texlive-luatex \
ghostscript-x \
libconf2-4
libgconf2-4
- name: build documentation
run: |