Commit
·
559490f
1
Parent(s):
9075474
chore: Simplify Hugging Face deployment push step
Browse files
.github/workflows/main.yml
CHANGED
@@ -23,6 +23,4 @@ jobs:
|
|
23 |
run: |
|
24 |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
25 |
git config --global user.name "GitHub Actions"
|
26 |
-
git add README.md
|
27 |
-
git commit -m "Update README for Hugging Face Space"
|
28 |
git push --force https://mantrakp:[email protected]/spaces/mantrakp/sheer main:main
|
|
|
23 |
run: |
|
24 |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
25 |
git config --global user.name "GitHub Actions"
|
|
|
|
|
26 |
git push --force https://mantrakp:[email protected]/spaces/mantrakp/sheer main:main
|