Spaces:
Runtime error
Runtime error
soutrik
commited on
Commit
·
ab682a6
1
Parent(s):
6728b1e
added
Browse files
.github/workflows/hf_deploy.yaml
CHANGED
@@ -53,7 +53,7 @@ jobs:
|
|
53 |
run: |
|
54 |
git add README.md
|
55 |
git commit -m "Add README.md"
|
56 |
-
git push --force https://$USER:[email protected]/spaces/$USER/$SPACE
|
57 |
env:
|
58 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
59 |
USER: soutrik
|
|
|
53 |
run: |
|
54 |
git add README.md
|
55 |
git commit -m "Add README.md"
|
56 |
+
git push --force https://$USER:[email protected]/spaces/$USER/$SPACE main
|
57 |
env:
|
58 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
59 |
USER: soutrik
|