Update docs.yml

This commit is contained in:
jstoobysmith 2024-09-17 07:14:55 -04:00
parent c5780929aa
commit 11b303914c

View file

@ -22,6 +22,9 @@ jobs:
with:
fetch-depth: 0
- name: Install Graphviz
run: sudo apt-get update && sudo apt-get install -y graphviz
- name: Verify Graphviz Installation
run: dot -V
##################