Spaces:
Running
Running
Rajeev Ranjan Pandey commited on
Commit ·
edf37e0
1
Parent(s): 06e5f2f
ci: force push to hub and update checkout action version
Browse files
.github/workflows/sync-to-hub.yml
CHANGED
|
@@ -10,11 +10,11 @@ jobs:
|
|
| 10 |
sync-to-hub:
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
steps:
|
| 13 |
-
- uses: actions/checkout@
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push https://rajvivan:$HF_TOKEN@huggingface.co/spaces/rajvivan/CUD-Traffic-AI main
|
|
|
|
| 10 |
sync-to-hub:
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
steps:
|
| 13 |
+
- uses: actions/checkout@v4
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push --force https://rajvivan:$HF_TOKEN@huggingface.co/spaces/rajvivan/CUD-Traffic-AI main
|