Commit
·
46cad7e
1
Parent(s):
63ede51
fix: Update Hugging Face deployment branch to gh-pages
Browse files
.github/workflows/main.yml
CHANGED
@@ -72,4 +72,4 @@ jobs:
|
|
72 |
git config --global user.name "GitHub Actions"
|
73 |
git add README.md
|
74 |
git commit -m "Update README for Hugging Face Space"
|
75 |
-
git push https://mantrakp:[email protected]/spaces/mantrakp/sheer
|
|
|
72 |
git config --global user.name "GitHub Actions"
|
73 |
git add README.md
|
74 |
git commit -m "Update README for Hugging Face Space"
|
75 |
+
git push https://mantrakp:[email protected]/spaces/mantrakp/sheer gh-pages:main
|