Update docs.yml
This commit is contained in:
parent
c5780929aa
commit
11b303914c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -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
|
||||
##################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue