first commit
Browse files
.github/workflows/sync_to_hf_space.yml
CHANGED
@@ -8,11 +8,11 @@ jobs:
|
|
8 |
sync-to-hub:
|
9 |
runs-on: ubuntu-latest
|
10 |
steps:
|
11 |
-
- uses: actions/checkout@
|
12 |
with:
|
13 |
fetch-depth: 0
|
14 |
lfs: true
|
15 |
- name: Push to hub
|
16 |
env:
|
17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
18 |
-
run: git push -f https://nav13n:$HF_TOKEN@huggingface.co/spaces/nav13n/
|
|
|
8 |
sync-to-hub:
|
9 |
runs-on: ubuntu-latest
|
10 |
steps:
|
11 |
+
- uses: actions/checkout@v4
|
12 |
with:
|
13 |
fetch-depth: 0
|
14 |
lfs: true
|
15 |
- name: Push to hub
|
16 |
env:
|
17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
18 |
+
run: git push -f https://nav13n:$HF_TOKEN@huggingface.co/spaces/nav13n/sage main
|