From 2d06a3d520bcac9e37be71b6193fa4c7f7661c20 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Tue, 3 Dec 2024 17:28:19 +0100 Subject: [PATCH] fix(docs): fix missing content from submodules - currently the mdbook pages are missing things from the git submodules because they are not checked out Signed-off-by: AtomicFS --- .github/workflows/documentation-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-pages.yml b/.github/workflows/documentation-pages.yml index b2ac2f3d..92863e64 100644 --- a/.github/workflows/documentation-pages.yml +++ b/.github/workflows/documentation-pages.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + submodules: 'recursive' - name: Restore cached mdbook uses: actions/cache/restore@v4