msaifee commited on
Commit
d29af00
·
1 Parent(s): 0825be7

Sync to Hugging Face

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +1 -4
.github/workflows/main.yaml CHANGED
@@ -1,4 +1,4 @@
1
- name: Blog Generator Agent
2
  on:
3
  push:
4
  branches: [main]
@@ -15,9 +15,6 @@ jobs:
15
  fetch-depth: 0
16
  lfs: false
17
 
18
- - name: Ignore large files
19
- run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch' HEAD
20
-
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
1
+ name: Sync to Hugging Face Space
2
  on:
3
  push:
4
  branches: [main]
 
15
  fetch-depth: 0
16
  lfs: false
17
 
 
 
 
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}