KlaudiaTH commited on
Commit
e54d30a
1 Parent(s): e0181fe

Github action: Force-push to HF spaces

Browse files
.github/workflows/push_to_hfspace-action.yml CHANGED
@@ -18,8 +18,8 @@ jobs:
18
  - name: Push to hub private leaderboard space
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- run: git push https://gptxuser:$HF_TOKEN@huggingface.co/spaces/openGPT-X/leaderboard main
22
  - name: Push to hub public leaderboard space
23
  env:
24
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
25
- run: git push https://gptxuser:$HF_TOKEN@huggingface.co/spaces/openGPT-X/european-llm-leaderboard main
 
18
  - name: Push to hub private leaderboard space
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
+ run: git push -f https://gptxuser:$HF_TOKEN@huggingface.co/spaces/openGPT-X/leaderboard main
22
  - name: Push to hub public leaderboard space
23
  env:
24
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
25
+ run: git push -f https://gptxuser:$HF_TOKEN@huggingface.co/spaces/openGPT-X/european-llm-leaderboard main