Commit
·
4d6528c
1
Parent(s):
46cad7e
fix: Force push to Hugging Face deployment branch
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 gh-pages:main
|
|
|
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 --force https://mantrakp:[email protected]/spaces/mantrakp/sheer gh-pages:main
|