Alvaro Alonso commited on
Commit
7de00b8
·
unverified ·
2 Parent(s): 6eccff6 9c22fb6

Merge pull request #20 from alvaroalon2/develop

Browse files
.github/workflows/sync_hf_space.yml CHANGED
@@ -37,6 +37,7 @@ jobs:
37
  run: |
38
  git config --global user.name "${{ github.actor }}"
39
  git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
 
40
  git add README.md
41
  git commit -m "Update HF README adding model card"
42
  git push https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME
 
37
  run: |
38
  git config --global user.name "${{ github.actor }}"
39
  git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
40
+ git pull https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME
41
  git add README.md
42
  git commit -m "Update HF README adding model card"
43
  git push https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME