doc: ci: publish: install graphviz
Graphviz was missing from the doc publish workflow. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
26beb415a5
commit
abda02ff0b
2
.github/workflows/doc-publish.yml
vendored
2
.github/workflows/doc-publish.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
- name: install-pkgs
|
||||
run: |
|
||||
sudo apt-get install -y ninja-build doxygen
|
||||
sudo apt-get install -y ninja-build doxygen graphviz
|
||||
|
||||
- name: cache-pip
|
||||
uses: actions/cache@v1
|
||||
|
|
Loading…
Reference in a new issue