Ghaithhmz commited on
Commit
5171d0a
·
1 Parent(s): 85e1ccc

fixing deployment yml

Browse files
Files changed (1) hide show
  1. .github/workflows/deployement.yml +5 -0
.github/workflows/deployement.yml CHANGED
@@ -16,6 +16,11 @@ jobs:
16
  with:
17
  fetch-depth: 0
18
  lfs: true
 
 
 
 
 
19
  - name: Add remote
20
  env:
21
  HF: ${{ secrets.HG }}
 
16
  with:
17
  fetch-depth: 0
18
  lfs: true
19
+ - name: Fetch LFS objects
20
+ run: |
21
+ git lfs install
22
+ git lfs fetch --all
23
+ git lfs checkout
24
  - name: Add remote
25
  env:
26
  HF: ${{ secrets.HG }}