Spaces:
Runtime error
Runtime error
Ryan Kim
commited on
Commit
•
1fff1bf
1
Parent(s):
3eaa317
had to recreate the huggingface repo...
Browse files
.github/workflows/sync_to_huggingface_space.yml
CHANGED
@@ -14,10 +14,6 @@ jobs:
|
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
17 |
-
- name: git lfs fix
|
18 |
-
env:
|
19 |
-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git lfs fetch https://rk2546:$HF_TOKEN@huggingface.co/spaces/rk2546/csgy-6613-project-rk2546 main
|
21 |
- name: Push to hub
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
|
|
|
|
|
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|