Skip to content

Commit 8da7212

Browse files
committed
fix(ci): checkout submodules
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 6e76052 commit 8da7212

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0 # needed for enableGitInfo
34+
submodules: true
3435

3536
- name: Setup Go
3637
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)