Spaces:
Sleeping
Sleeping
Nelson de Jesus commited on
Update main.yml
Browse filesTrocar o comando do git push para usar HEAD:main
.github/workflows/main.yml
CHANGED
|
@@ -9,11 +9,11 @@ jobs:
|
|
| 9 |
sync-to-hub:
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
steps:
|
| 12 |
-
- uses: actions/checkout@
|
| 13 |
with:
|
| 14 |
fetch-depth: 0
|
| 15 |
lfs: true
|
| 16 |
- name: Push to Hugging Face Spaces
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
-
run: git push https://necajesus:$HF_TOKEN@huggingface.co/spaces/necajesus/lexclara-chatbot
|
|
|
|
| 9 |
sync-to-hub:
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
steps:
|
| 12 |
+
- uses: actions/checkout@v4
|
| 13 |
with:
|
| 14 |
fetch-depth: 0
|
| 15 |
lfs: true
|
| 16 |
- name: Push to Hugging Face Spaces
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
+
run: git push https://necajesus:$HF_TOKEN@huggingface.co/spaces/necajesus/lexclara-chatbot HEAD:main --force
|