Commit
·
abc6589
1
Parent(s):
2f208fe
fixing CI
Browse files
.github/workflows/main.yml
CHANGED
@@ -25,4 +25,4 @@ jobs:
|
|
25 |
- name: Push to hub
|
26 |
env:
|
27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
28 |
-
run: git push --force https://ArissBandoss:[email protected]/spaces/ArissBandoss/DeepFake-Videos-Detection
|
|
|
25 |
- name: Push to hub
|
26 |
env:
|
27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
28 |
+
run: git push --force https://ArissBandoss:[email protected]/spaces/ArissBandoss/DeepFake-Videos-Detection master
|