Pavan Naik commited on
Commit
6822f58
·
unverified ·
1 Parent(s): f00e83b

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -0
.github/workflows/main.yml CHANGED
@@ -9,6 +9,8 @@ jobs:
9
  runs-on: ubuntu-latest
10
  steps:
11
  - uses: actions/checkout@v3
 
 
12
 
13
  - name: Push to HF Space
14
  env:
 
9
  runs-on: ubuntu-latest
10
  steps:
11
  - uses: actions/checkout@v3
12
+ with:
13
+ fetch-depth: 0 # Fetch all history for all branches and tags
14
 
15
  - name: Push to HF Space
16
  env: