Install Graphviz in userdocs CI workflow
Signed-off-by: Brian Clemens <brian@ciq.com>
This commit is contained in:
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@@ -32,6 +32,10 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get install -f -y texlive-latex-extra latexmk
|
||||
|
||||
- name: Install graphviz
|
||||
run: |
|
||||
sudo apt-get install -f -y graphviz
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user