Spaces:
Sleeping
Sleeping
Kushwanth Chowday Kandala
commited on
Commit
·
c940b59
1
Parent(s):
b55a05f
Update sync_to_huggingspace_hub.yml
Browse files
.github/workflows/sync_to_huggingspace_hub.yml
CHANGED
@@ -20,12 +20,12 @@ jobs:
|
|
20 |
run: git for-each-ref --format="%(refname)" refs/original/ | xargs -I {} git update-ref -d {}
|
21 |
- name: garbage collector
|
22 |
run: git gc --prune=now && git gc --aggressive --prune=now
|
|
|
|
|
23 |
- name: push the changes
|
24 |
env:
|
25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
26 |
run: git push origin --force https://KushwanthK:$HF_TOKEN@huggingface.co/spaces/KushwanthK/streamlit-example main
|
27 |
-
- name: push all tags
|
28 |
-
run: git push origin --force --tags
|
29 |
- name: LFS Install
|
30 |
run: git lfs install
|
31 |
- name: LFS Track
|
|
|
20 |
run: git for-each-ref --format="%(refname)" refs/original/ | xargs -I {} git update-ref -d {}
|
21 |
- name: garbage collector
|
22 |
run: git gc --prune=now && git gc --aggressive --prune=now
|
23 |
+
- name: push all tags
|
24 |
+
run: git push origin --force --tags
|
25 |
- name: push the changes
|
26 |
env:
|
27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
28 |
run: git push origin --force https://KushwanthK:$HF_TOKEN@huggingface.co/spaces/KushwanthK/streamlit-example main
|
|
|
|
|
29 |
- name: LFS Install
|
30 |
run: git lfs install
|
31 |
- name: LFS Track
|