Andrea MH commited on
Commit
5fc799e
·
unverified ·
1 Parent(s): 23787b5

Update huggingface.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/huggingface.yml +6 -1
.github/workflows/huggingface.yml CHANGED
@@ -21,4 +21,9 @@ jobs:
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
- run: git push --force https://andreamalhera:[email protected]/spaces/andreamalhera/gedi main
 
 
 
 
 
 
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
+ run: |
25
+ git config --global user.name "GitHub Actions"
26
+ git config --global user.email "[email protected]"
27
+ git reset README.md
28
+ git commit -m "Commit all changes except README.md"
29
+ git push --force https://andreamalhera:[email protected]/spaces/andreamalhera/gedi main