lewtun HF staff commited on
Commit
b9d2bf2
2 Parent(s): 7b80679 c1cb469

Merge pull request #8 from huggingface/lewtun-patch-1

Browse files
.github/workflows/sync_with_spaces.yml CHANGED
@@ -16,4 +16,4 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://lewtun:[email protected]/spaces/autoevaluate/autoevaluate main
 
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git pull && git push https://lewtun:[email protected]/spaces/autoevaluate/autoevaluate main