force push
Browse files
.github/workflows/push_to_huggingface.yml
CHANGED
@@ -18,4 +18,4 @@ jobs:
|
|
18 |
- name: Push to hub main branch of huggingface.co/datasets/osbm/zenodo
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
-
run: git push https://osbm:$HF_TOKEN@huggingface.co/datasets/osbm/zenodo main
|
|
|
18 |
- name: Push to hub main branch of huggingface.co/datasets/osbm/zenodo
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
+
run: git push --force https://osbm:$HF_TOKEN@huggingface.co/datasets/osbm/zenodo main
|