Spaces:
Runtime error
Runtime error
Albert Villanova del Moral
commited on
Commit
·
62c7b40
1
Parent(s):
53c67f1
Add local feature branch name to push from
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -27,8 +27,7 @@ jobs:
|
|
27 |
git config user.email github-actions@github.com
|
28 |
git add -f metadata_*
|
29 |
git commit -m "Add metadata file"
|
30 |
-
git branch
|
31 |
- name: Push to Hub
|
32 |
env:
|
33 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
34 |
-
run: git push --force https://huggingface.co/spaces/albertvillanova/datasets-tagging main
|
|
|
27 |
git config user.email github-actions@github.com
|
28 |
git add -f 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://huggingface.co/spaces/albertvillanova/datasets-tagging automatic-deploy-to-spaces:main
|