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 ebbit1q
parent 02768fb4f2
commit 7532d87892

View file

@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
submodules: recursive
- name: Install Doxygen and Graphviz
run: sudo apt-get install -y doxygen graphviz