docs: fix rendering of app lifecycle graph
Fixes #477 Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
This commit is contained in:
parent
396d03d036
commit
8b7c707ffe
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3"
|
python: "3"
|
||||||
|
apt_packages:
|
||||||
|
# App lifecycle graph
|
||||||
|
- graphviz
|
||||||
jobs:
|
jobs:
|
||||||
pre_build:
|
pre_build:
|
||||||
# Ensure appregistry is generated
|
# Ensure appregistry is generated
|
||||||
|
|
Loading…
Reference in a new issue