Max Chis
commited on
Commit
·
4accab9
1
Parent(s):
dd8bd26
Update sync-to-hf.yml
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
|
@@ -19,4 +19,4 @@ jobs:
|
|
| 19 |
git config --global user.email "operations@pdap.io"
|
| 20 |
git config --global user.name "Sync to Hugging Face GitHub Action"
|
| 21 |
git remote add hf https://PDAP:${HF_TOKEN}@huggingface.co/PDAP/inference_prototype_test
|
| 22 |
-
git push hf main
|
|
|
|
| 19 |
git config --global user.email "operations@pdap.io"
|
| 20 |
git config --global user.name "Sync to Hugging Face GitHub Action"
|
| 21 |
git remote add hf https://PDAP:${HF_TOKEN}@huggingface.co/PDAP/inference_prototype_test
|
| 22 |
+
git push hf main --force
|