Spaces:
Runtime error
Runtime error
Commit
·
9cb0d04
1
Parent(s):
1901dcc
fixing CI
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -34,4 +34,4 @@ jobs:
|
|
| 34 |
git config --global user.name "GitHub Actions"
|
| 35 |
git config --global user.email "actions@github.com"
|
| 36 |
git pull space master --rebase # Sync with remote changes
|
| 37 |
-
git push https://ArissBandoss:$HF_TOKEN@huggingface.co/spaces/ArissBandoss/DeepFake-Videos-Detection
|
|
|
|
| 34 |
git config --global user.name "GitHub Actions"
|
| 35 |
git config --global user.email "actions@github.com"
|
| 36 |
git pull space master --rebase # Sync with remote changes
|
| 37 |
+
git push https://ArissBandoss:$HF_TOKEN@huggingface.co/spaces/ArissBandoss/DeepFake-Videos-Detection main
|