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:
Gerard Marull-Paretas 2021-07-21 12:15:47 +02:00 committed by Anas Nashif
parent 26beb415a5
commit abda02ff0b

View file

@ -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