Diptaraj Sen
commited on
Commit
·
74ca8b0
1
Parent(s):
2756abf
workflow error fixed
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
@@ -20,4 +20,4 @@ jobs:
|
|
20 |
- name: Push to Hugging Face Space
|
21 |
env:
|
22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
23 |
-
run: git push https://dipta-dataist:$HF_TOKEN@huggingface.co/spaces/Image-to-Story-Generation hf-space:main --force
|
|
|
20 |
- name: Push to Hugging Face Space
|
21 |
env:
|
22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
23 |
+
run: git push https://dipta-dataist:$HF_TOKEN@huggingface.co/spaces/dipta-dataist/Image-to-Story-Generation hf-space:main --force
|