Muhammad Ramdhani commited on
Commit
653d798
·
1 Parent(s): 9b8c781

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +5 -0
.github/workflows/main.yml CHANGED
@@ -14,6 +14,11 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
 
 
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+ - name: Install Git LFS
18
+ run: |
19
+ sudo apt-get update
20
+ sudo apt-get install git-lfs
21
+ git lfs install
22
  - name: Push to hub
23
  env:
24
  HF_TOKEN: ${{ secrets.HF_TOKEN }}