diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9eb9a4099..6a006bfed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,4 +16,5 @@ jobs: - name: Push to hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }} - run: git push https://mteb:$HF_TOKEN@huggingface.co/datasets/mteb/results main + run: git push https://mteb:$HF_TOKEN@huggingface.co/datasets/mteb/results main --force + # run: git push https://mteb:$HF_TOKEN@huggingface.co/datasets/mteb/results main