Skip to content

Commit 1ff3a1f

Browse files
committed
Fixed diagrams not shown
1 parent d2a908c commit 1ff3a1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
submodules: recursive
23-
- name: Install Doxygen
24-
run: sudo apt-get update && sudo apt-get install -y doxygen
23+
- name: Install Doxygen and Graphviz
24+
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz
2525
- name: Generate Documentation
2626
run: cd docs && doxygen Doxyfile
2727
- name: Copy doxygen-awesome files

0 commit comments

Comments
 (0)