From 8da7212763b4ce56abbf20252d3750dae94ccb43 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 28 Mar 2026 00:33:31 +0100 Subject: [PATCH] fix(ci): checkout submodules Signed-off-by: Ettore Di Giacinto --- .github/workflows/gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 60945221d..cd802f67b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # needed for enableGitInfo + submodules: true - name: Setup Go uses: actions/setup-go@v5