CI: Include submodules in repo checkout (Docs deployment) (#6557)

* Enable submodule checkout in documentation build

* Change submodule checkout to recursive
This commit is contained in:
tooomm 2026-01-24 13:24:19 +01:00 committed by GitHub
parent ffc55aff10
commit 5b8897231d
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: recursive
- name: Install Graphviz
run: |