Spaces:
Runtime error
Runtime error
Albert Villanova del Moral
commited on
Commit
·
f392407
1
Parent(s):
ad312b0
Remove comments
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -25,12 +25,9 @@ jobs:
|
|
25 |
python build_metadata_file.py
|
26 |
- name: Commit metadata file
|
27 |
run: |
|
28 |
-
# git config user.name github-actions
|
29 |
-
# git config user.email github-actions@github.com
|
30 |
git add metadata-*
|
31 |
git commit -m "Add metadata file"
|
32 |
- name: Push to Hub
|
33 |
env:
|
34 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
35 |
-
# run: git push --force https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/huggingface/datasets-tagging main
|
36 |
run: git push --force https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/albertvillanova/datasets-tagging main
|
|
|
25 |
python build_metadata_file.py
|
26 |
- name: Commit metadata file
|
27 |
run: |
|
|
|
|
|
28 |
git add metadata-*
|
29 |
git commit -m "Add metadata file"
|
30 |
- name: Push to Hub
|
31 |
env:
|
32 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
33 |
run: git push --force https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/albertvillanova/datasets-tagging main
|