phuochungus commited on
Commit
0f17e25
1 Parent(s): d1c73ab

Add fetch-depth parameter to actions/checkout step

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +2 -0
.github/workflows/deploy.yml CHANGED
@@ -11,6 +11,8 @@ jobs:
11
  runs-on: ubuntu-latest
12
  steps:
13
  - uses: actions/checkout@v4
 
 
14
  - name: Push to hub
15
  env:
16
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
11
  runs-on: ubuntu-latest
12
  steps:
13
  - uses: actions/checkout@v4
14
+ with:
15
+ fetch-depth: 0
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}