From fc21d15afbc445d304cb94ae95d66a571544e0e1 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 24 Jan 2026 13:10:02 +0100 Subject: [PATCH] Change submodule checkout to recursive --- .github/workflows/documentation-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 0e4e37e64..9837ce164 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 with: - submodules: true + submodules: recursive - name: Install Graphviz run: |