mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
fix(ci): checkout submodules
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
6e76052f9d
commit
8da7212763
1 changed files with 1 additions and 0 deletions
1
.github/workflows/gh-pages.yml
vendored
1
.github/workflows/gh-pages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue