Latest changes
Browse files- .github/workflows/main.yml +1 -1
- .gitignore +1 -0
.github/workflows/main.yml
CHANGED
|
@@ -21,6 +21,6 @@ jobs:
|
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
-
run: git push --force https://sunithalv:$HF_TOKEN@huggingface.co/spaces/sunithalv/SDLC
|
| 25 |
|
| 26 |
|
|
|
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
+
run: git push --force https://sunithalv:$HF_TOKEN@huggingface.co/spaces/sunithalv/SDLC main
|
| 25 |
|
| 26 |
|
.gitignore
CHANGED
|
@@ -172,3 +172,4 @@ cython_debug/
|
|
| 172 |
|
| 173 |
# PyPI configuration file
|
| 174 |
.pypirc
|
|
|
|
|
|
| 172 |
|
| 173 |
# PyPI configuration file
|
| 174 |
.pypirc
|
| 175 |
+
logs/
|