Update docs.yml
This commit is contained in:
parent
c4f6433ed6
commit
cec8b363dd
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
@ -2,7 +2,6 @@ name: docs
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build_docs:
|
Build_docs:
|
||||||
@ -12,7 +11,8 @@ jobs:
|
|||||||
- uses: julia-actions/setup-julia@v1
|
- uses: julia-actions/setup-julia@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install qt5-default \
|
sudo apt-get update -y
|
||||||
|
sudo apt-get install -y qt5-default \
|
||||||
poppler-utils \
|
poppler-utils \
|
||||||
pdf2svg \
|
pdf2svg \
|
||||||
texlive-latex-base \
|
texlive-latex-base \
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
texlive-latex-extra \
|
texlive-latex-extra \
|
||||||
texlive-luatex \
|
texlive-luatex \
|
||||||
ghostscript-x \
|
ghostscript-x \
|
||||||
libconf2-4
|
libgconf2-4
|
||||||
|
|
||||||
- name: build documentation
|
- name: build documentation
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user