Romain Graux commited on
Commit
c886efd
1 Parent(s): 80d08c7

GitHub action checkout with submodules recursive

Browse files
Files changed (1) hide show
  1. .github/workflows/hf_space.yml +1 -0
.github/workflows/hf_space.yml CHANGED
@@ -11,6 +11,7 @@ jobs:
11
  with:
12
  fetch-depth: 0
13
  lfs: true
 
14
  - name: Push to hub
15
  env:
16
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
11
  with:
12
  fetch-depth: 0
13
  lfs: true
14
+ submodules: 'recursive'
15
  - name: Push to hub
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}