Suraj Yadav commited on
Commit
dfd4934
·
1 Parent(s): 0ad5e0e

fix bug in main.yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +4 -1
.github/workflows/main.yaml CHANGED
@@ -1,4 +1,4 @@
1
- name: Sync to Hugging Face Spaces
2
  on:
3
  push:
4
  branches: [main]
@@ -12,6 +12,9 @@ jobs:
12
  steps:
13
  - name: Download latest code from GitHub
14
  uses: actions/checkout@v3
 
 
 
15
 
16
  - name: Push the Code to Hugging Face Spaces
17
  env:
 
1
+ name: Sync Local to Hugging Face Spaces
2
  on:
3
  push:
4
  branches: [main]
 
12
  steps:
13
  - name: Download latest code from GitHub
14
  uses: actions/checkout@v3
15
+ with:
16
+ fetch-depth: 0
17
+ lfs: false
18
 
19
  - name: Push the Code to Hugging Face Spaces
20
  env: