Enable submodule checkout in documentation build

This commit is contained in:
tooomm 2026-01-24 12:57:22 +01:00 committed by GitHub
parent ffc55aff10
commit e346424e3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
submodules: true
- name: Install Graphviz
run: |